Skip to content

Commit 7f6c284

Browse files
Bump Microsoft.PowerShell.SDK from 7.2.0-preview.3 to 7.2.0
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.0-preview.3 to 7.2.0. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.0-preview.3...v7.2.0) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8113b5 commit 7f6c284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
</ItemGroup>
1919

2020
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
21-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0-preview.3" />
21+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
25-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
25+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)