commit | 8932446d9e2033bad04088446926fb7a10d89066 | [log] [tgz] |
---|---|---|
author | James Newton-King <james@newtonking.com> | Wed Dec 16 12:56:14 2020 +1300 |
committer | James Newton-King <james@newtonking.com> | Thu Feb 04 07:26:34 2021 +1300 |
tree | 099512c5d585670d88b85d8e489dc05cf3881bd3 | |
parent | 69694080ff3fbc496ec01d9a88248aa3e6faaf67 [diff] [blame] |
Improve WriteString perf with SIMD
diff --git a/csharp/install_dotnet_sdk.ps1 b/csharp/install_dotnet_sdk.ps1 index 8bc967c..c78655c 100755 --- a/csharp/install_dotnet_sdk.ps1 +++ b/csharp/install_dotnet_sdk.ps1
@@ -17,4 +17,4 @@ # 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