Browse Source

RefAssembliesToolset.Fetch 10 as well (might not be necessary when switching all test projects to net11)

net11
Christoph Wille 2 weeks ago
parent
commit
677293c32b
  1. 1
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

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

@ -135,6 +135,7 @@ namespace ICSharpCode.Decompiler.Tests.Helpers @@ -135,6 +135,7 @@ namespace ICSharpCode.Decompiler.Tests.Helpers
await vswhereToolset.Fetch().ConfigureAwait(false);
await RefAssembliesToolset.Fetch("5.0.0", sourcePath: "ref/net5.0").ConfigureAwait(false);
await RefAssembliesToolset.Fetch("10.0.0", sourcePath: "ref/net10.0").ConfigureAwait(false);
await RefAssembliesToolset.Fetch("11.0.0-preview.2.26159.112", sourcePath: "ref/net11.0").ConfigureAwait(false);
#if DEBUG

Loading…
Cancel
Save