Skip to content

Commit

Permalink
install dotnet SDK 5 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 3, 2021
1 parent 3067256 commit ad04542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/install_dotnet_sdk.ps1
Expand Up @@ -17,4 +17,4 @@ Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
# The SDK versions to install should be kept in sync with versions
# installed by kokoro/linux/dockerfile/test/csharp/Dockerfile
&$InstallScriptPath -Version 2.1.802
&$InstallScriptPath -Version 3.1.301
&$InstallScriptPath -Version 5.0.102

0 comments on commit ad04542

Please sign in to comment.