Browse Source

Packages for .NET 11 Preview 3

pull/3719/head
Christoph Wille 2 weeks ago
parent
commit
23494ae1a2
  1. 2
      Directory.Packages.props
  2. 2
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

2
Directory.Packages.props

@ -4,7 +4,7 @@
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled> <CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<RoslynVersion>5.6.0-2.26177.1</RoslynVersion> <RoslynVersion>5.7.0-1.26207.106</RoslynVersion>
<NetPackageVersion>10.0.5</NetPackageVersion> <NetPackageVersion>10.0.5</NetPackageVersion>
<TomsToolboxVersion>2.23.0</TomsToolboxVersion> <TomsToolboxVersion>2.23.0</TomsToolboxVersion>
</PropertyGroup> </PropertyGroup>

2
ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

@ -96,7 +96,7 @@ namespace ICSharpCode.Decompiler.Tests.Helpers
{ {
public const string CurrentNetCoreVersion = "11.0"; public const string CurrentNetCoreVersion = "11.0";
public const string CurrentNetCoreAppVersion = ".NETCoreApp,Version=v11.0"; public const string CurrentNetCoreAppVersion = ".NETCoreApp,Version=v11.0";
public const string CurrentNetCoreRefAsmVersion = "11.0.0-preview.2.26159.112"; public const string CurrentNetCoreRefAsmVersion = "11.0.0-preview.3.26207.106";
public static readonly string TesterPath; public static readonly string TesterPath;
public static readonly string TestCasePath; public static readonly string TestCasePath;

Loading…
Cancel
Save