Browse Source

Update Microsoft.NETCore.App.Ref version to 10.0.0

pull/3701/head
Christoph Wille 2 weeks ago committed by GitHub
parent
commit
a467610928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

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

@ -135,7 +135,7 @@ namespace ICSharpCode.Decompiler.Tests.Helpers
await vswhereToolset.Fetch().ConfigureAwait(false); await vswhereToolset.Fetch().ConfigureAwait(false);
await RefAssembliesToolset.Fetch("5.0.0", sourcePath: "ref/net5.0").ConfigureAwait(false); await RefAssembliesToolset.Fetch("5.0.0", sourcePath: "ref/net5.0").ConfigureAwait(false);
await RefAssembliesToolset.Fetch("10.0.0-rc.2.25502.107", sourcePath: "ref/net10.0").ConfigureAwait(false); await RefAssembliesToolset.Fetch("10.0.0", sourcePath: "ref/net10.0").ConfigureAwait(false);
#if DEBUG #if DEBUG
await BuildTestRunner("win-x86", "Debug").ConfigureAwait(false); await BuildTestRunner("win-x86", "Debug").ConfigureAwait(false);

Loading…
Cancel
Save