Skip to content

Commit 2f75c30

Browse files
Upgrade to .NET SDK 3.1.416
1 parent ea73ab4 commit 2f75c30

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
@@ -11,8 +11,8 @@ $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path
1111
$DotnetSDKVersionRequirements = @{
1212
# We need .NET SDK 3.1 for running the tests, as we still build against the 3.1 framework
1313
'3.1' = @{
14-
MinimalPatch = '415'
15-
DefaultPatch = '415'
14+
MinimalPatch = '416'
15+
DefaultPatch = '416'
1616
}
1717
# We need .NET SDK 5.0 for the updated C# compiler
1818
'5.0' = @{

0 commit comments

Comments
 (0)