Skip to content

Commit 9e59d63

Browse files
Install .Net 3.1
1 parent 99e6f50 commit 9e59d63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/helper.psm1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ $IsWindowsEnv = [RuntimeInformation]::IsOSPlatform([OSPlatform]::Windows)
99
$RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path
1010

1111
$DotnetSDKVersionRequirements = @{
12+
13+
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
14+
'3.1' = @{
15+
MinimalPatch = '415'
16+
DefaultPatch = '415'
17+
}
18+
1219
'6.0' = @{
1320
MinimalPatch = '100'
1421
DefaultPatch = '100'

0 commit comments

Comments
 (0)