Browse Source

Merge pull request #2212 from cshung/public/update-r2r

Update ILCompiler.Reflection.ReadyToRun
pull/2214/head
Daniel Grunwald 5 years ago committed by GitHub
parent
commit
dcae19b57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

2
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -77,7 +77,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Iced" Version="1.8.0" /> <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 <!-- 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