Skip to content

Commit 677293c

Browse files
RefAssembliesToolset.Fetch 10 as well (might not be necessary when switching all test projects to net11)
1 parent 6f1c004 commit 677293c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ICSharpCode.Decompiler.Tests/Helpers

ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ internal static async Task Initialize()
135135

136136
await vswhereToolset.Fetch().ConfigureAwait(false);
137137
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);
138139
await RefAssembliesToolset.Fetch("11.0.0-preview.2.26159.112", sourcePath: "ref/net11.0").ConfigureAwait(false);
139140

140141
#if DEBUG

0 commit comments

Comments
 (0)