Skip to content

Commit

Permalink
Adding Dotnet 2.1 for Authenticode step (#3587)
Browse files Browse the repository at this point in the history
* Adding Dotnet 2.1 for Authenticode step

---------

Co-authored-by: azfuncgh <azfuncgh@github.com>
  • Loading branch information
VpOfEngineering and azfuncgh authored Jan 30, 2024
1 parent b9eb63c commit c21339d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipelineUtilities.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ function Install-SBOMUtil

$DotnetSDKVersionRequirements = @{

# .NET SDK 2.1 is required by Authenticode
'2.1' = @{
MinimalPatch = '818'
DefaultPatch = '818'
}
# .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool
'3.1' = @{
MinimalPatch = '415'
Expand Down

0 comments on commit c21339d

Please sign in to comment.