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