Browse Source

Update ILCompiler.Reflection.ReadyToRun

pull/2212/head
Andrew Au 5 years ago
parent
commit
e7f3dab92c
  1. 2
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

2
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
<ItemGroup>
<PackageReference Include="Iced" Version="1.8.0" />
<PackageReference Include="ILCompiler.Reflection.ReadyToRun" Version="1.0.11-alpha" />
<PackageReference Include="ILCompiler.Reflection.ReadyToRun" Version="1.0.12-alpha" />
<!-- 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