Browse Source

Upgrade to .NET 5.0 version of NuGet packages.

pull/2218/head
Daniel Grunwald 5 years ago
parent
commit
63fbd8b9cc
  1. 2
      ILSpy/Properties/app.config.template
  2. 8
      packages.props

2
ILSpy/Properties/app.config.template

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

8
packages.props

@ -5,10 +5,10 @@ @@ -5,10 +5,10 @@
-->
<PropertyGroup>
<HumanizerVersion>2.2.0</HumanizerVersion>
<SystemCollectionsImmutableVersion>5.0.0-rc.2.20475.5</SystemCollectionsImmutableVersion>
<SystemReflectionMetadataVersion>5.0.0-rc.2.20475.5</SystemReflectionMetadataVersion>
<SystemCompilerServicesUnsafeVersion>4.7.1</SystemCompilerServicesUnsafeVersion>
<ILAsmVersion>5.0.0-rc.2.20475.5</ILAsmVersion> <!-- Microsoft.NETCore.ILAsm -->
<SystemCollectionsImmutableVersion>5.0.0</SystemCollectionsImmutableVersion>
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
<SystemCompilerServicesUnsafeVersion>5.0.0</SystemCompilerServicesUnsafeVersion>
<ILAsmVersion>5.0.0</ILAsmVersion> <!-- Microsoft.NETCore.ILAsm -->
<RoslynVersion>3.8.0-5.final</RoslynVersion> <!-- Microsoft.CodeAnalysis.* -->
<MonoCecilVersion>0.10.3</MonoCecilVersion>
<AvalonEditVersion>6.1.0-preview1</AvalonEditVersion>

Loading…
Cancel
Save