Skip to content

Commit

Permalink
Upgrade PS 7.2 SDK to 7.2.15 (#1016)
Browse files Browse the repository at this point in the history
* Upgrade PS 7.2 SDK to 7.2.15
* Upgrade to .NET SDK 6.0.415
  • Loading branch information
andystaples authored Oct 17, 2023
1 parent 1bf3405 commit a37e3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.13" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.15" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tools/helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{
}

'6.0' = @{
MinimalPatch = '412'
DefaultPatch = '412'
MinimalPatch = '415'
DefaultPatch = '415'
}
}

Expand Down

0 comments on commit a37e3e1

Please sign in to comment.