Browse Source

Merge pull request #2980 from cshung/public/refresh-ready-to-run

Refresh ready to run package
pull/2959/head
Christoph Wille 3 years ago committed by GitHub
parent
commit
be54b44a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj
  2. 4
      packages.props

2
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -38,7 +38,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Iced" Version="1.18.0" /> <PackageReference Include="Iced" Version="1.18.0" />
<PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="8.0.0-preview.4.23202.2" /> <PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="8.0.0-preview.5.23260.1" />
<!-- 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.

4
packages.props

@ -5,8 +5,8 @@
Note: when updating these, ensure to also adjust the binding redirects in app.config.template appropriately. Note: when updating these, ensure to also adjust the binding redirects in app.config.template appropriately.
--> -->
<PropertyGroup> <PropertyGroup>
<SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion> <SystemCollectionsImmutableVersion>7.0.0</SystemCollectionsImmutableVersion>
<SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion> <SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
<SystemCompilerServicesUnsafeVersion>6.0.0</SystemCompilerServicesUnsafeVersion> <SystemCompilerServicesUnsafeVersion>6.0.0</SystemCompilerServicesUnsafeVersion>
<SystemCompositionVersion>6.0.0</SystemCompositionVersion> <SystemCompositionVersion>6.0.0</SystemCompositionVersion>
<!-- Microsoft.NETCore.ILAsm --> <!-- Microsoft.NETCore.ILAsm -->

Loading…
Cancel
Save