Browse Source

Merge pull request #2935 from icsharpcode/christophwille/r2rrefs

Update NuGets for R2R plugin
pull/2944/head
Christoph Wille 2 years ago committed by GitHub
parent
commit
87142d5e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

4
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -37,8 +37,8 @@
<Import Project="../packages.props" /> <Import Project="../packages.props" />
<ItemGroup> <ItemGroup>
<PackageReference Include="Iced" Version="1.13.0" /> <PackageReference Include="Iced" Version="1.18.0" />
<PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="7.0.0-rc.2.22451.11" /> <PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="7.0.4-servicing.23115.8" />
<!-- ILCompiler.Reflection.ReadyToRun has dependencies on System.Reflection.Metadata and <!-- ILCompiler.Reflection.ReadyToRun has dependencies on System.Reflection.Metadata and
System.Runtime.CompilerServices.Unsafe. Because the AddIn compiles into ILSpy's output System.Runtime.CompilerServices.Unsafe. Because the AddIn compiles into ILSpy's output
directory, we're at risk of overwriting our dependencies with different versions. directory, we're at risk of overwriting our dependencies with different versions.

Loading…
Cancel
Save