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 ea73ab4 commit 2f75c30Copy full SHA for 2f75c30
tools/helper.psm1
@@ -11,8 +11,8 @@ $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path
11
$DotnetSDKVersionRequirements = @{
12
# We need .NET SDK 3.1 for running the tests, as we still build against the 3.1 framework
13
'3.1' = @{
14
- MinimalPatch = '415'
15
- DefaultPatch = '415'
+ MinimalPatch = '416'
+ DefaultPatch = '416'
16
}
17
# We need .NET SDK 5.0 for the updated C# compiler
18
'5.0' = @{
0 commit comments