Browse Source

Update NuGets for R2R plugin

pull/2935/head
Christoph Wille 2 years ago
parent
commit
c62072c987
  1. 4
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

4
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

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

Loading…
Cancel
Save