Skip to content

Commit 47ab0b3

Browse files
Upgrade to .NET SDK 3.1.407
1 parent 03fe4b4 commit 47ab0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/helper.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ using namespace System.Runtime.InteropServices
77

88
$IsWindowsEnv = [RuntimeInformation]::IsOSPlatform([OSPlatform]::Windows)
99
$RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path
10-
$MinimalSDKVersion = '3.1.406'
11-
$DefaultSDKVersion = '3.1.406'
10+
$MinimalSDKVersion = '3.1.407'
11+
$DefaultSDKVersion = '3.1.407'
1212
$LocalDotnetDirPath = if ($IsWindowsEnv) { "$env:LocalAppData\Microsoft\dotnet" } else { "$env:HOME/.dotnet" }
1313
$GrpcToolsVersion = '2.27.0' # grpc.tools
1414
$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools

0 commit comments

Comments
 (0)