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 b9eb63c commit c21339dCopy full SHA for c21339d
pipelineUtilities.psm1
@@ -51,6 +51,11 @@ function Install-SBOMUtil
51
52
$DotnetSDKVersionRequirements = @{
53
54
+ # .NET SDK 2.1 is required by Authenticode
55
+ '2.1' = @{
56
+ MinimalPatch = '818'
57
+ DefaultPatch = '818'
58
+ }
59
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
60
'3.1' = @{
61
MinimalPatch = '415'
0 commit comments