Skip to content

Commit 081e709

Browse files
Forcing dotnet 2.1 install for ESRP Authenticode
1 parent c58bdb5 commit 081e709

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pipelineUtilities.psm1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ function Install-SBOMUtil
5151

5252
$DotnetSDKVersionRequirements = @{
5353

54+
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
55+
'2.1' = @{
56+
MinimalPatch = '818'
57+
DefaultPatch = '818'
58+
}
59+
5460
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
5561
'3.1' = @{
5662
MinimalPatch = '415'

0 commit comments

Comments
 (0)