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 f6e1228 commit 83a04dbCopy full SHA for 83a04db
build/get-dotnet.sh
@@ -36,5 +36,8 @@ $install_script_path -v 5.0.302 -i $dotnet_install_path
36
# Install .NET 6 SDK to run 6.0 test targets
37
$install_script_path -v 6.0.202 -i $dotnet_install_path
38
39
+# Install .NET 7 SDK to run 7.0 test targets
40
+$install_script_path -v 7.0.100 -i $dotnet_install_path
41
+
42
# Install .NET version specified by global.json
43
$install_script_path -v $sdk_version -i $dotnet_install_path
0 commit comments