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 03fe4b4 commit 47ab0b3Copy full SHA for 47ab0b3
tools/helper.psm1
@@ -7,8 +7,8 @@ using namespace System.Runtime.InteropServices
7
8
$IsWindowsEnv = [RuntimeInformation]::IsOSPlatform([OSPlatform]::Windows)
9
$RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path
10
-$MinimalSDKVersion = '3.1.406'
11
-$DefaultSDKVersion = '3.1.406'
+$MinimalSDKVersion = '3.1.407'
+$DefaultSDKVersion = '3.1.407'
12
$LocalDotnetDirPath = if ($IsWindowsEnv) { "$env:LocalAppData\Microsoft\dotnet" } else { "$env:HOME/.dotnet" }
13
$GrpcToolsVersion = '2.27.0' # grpc.tools
14
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools
0 commit comments