We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c004 commit 677293cCopy full SHA for 677293c
1 file changed
ICSharpCode.Decompiler.Tests/Helpers/Tester.cs
@@ -135,6 +135,7 @@ internal static async Task Initialize()
135
136
await vswhereToolset.Fetch().ConfigureAwait(false);
137
await RefAssembliesToolset.Fetch("5.0.0", sourcePath: "ref/net5.0").ConfigureAwait(false);
138
+ await RefAssembliesToolset.Fetch("10.0.0", sourcePath: "ref/net10.0").ConfigureAwait(false);
139
await RefAssembliesToolset.Fetch("11.0.0-preview.2.26159.112", sourcePath: "ref/net11.0").ConfigureAwait(false);
140
141
#if DEBUG
0 commit comments