Bump Microsoft.PowerShell.SDK from 7.0.6 to 7.2.6 (#80)
* Bump Microsoft.PowerShell.SDK from 7.0.6 to 7.2.6 Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.0.6 to 7.2.6. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](https://github.com/PowerShell/PowerShell/compare/v7.0.6...v7.2.6) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump .NET and change log Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
Родитель
13cd97687f
Коммит
cd86344c39
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
What's changed since v0.4.0:
|
||||
|
||||
- Engineering:
|
||||
- Bump Microsoft.PowerShell.SDK to v7.2.6.
|
||||
[#80](https://github.com/microsoft/PSRule.Monitor/pull/80)
|
||||
- Bump Microsoft.NET.Test.Sdk to v17.3.0.
|
||||
[#79](https://github.com/microsoft/PSRule.Monitor/pull/79)
|
||||
- Upgrade support projects to .NET 6 by @BernieWhite.
|
||||
[#83](https://github.com/microsoft/PSRule.Monitor/issues/83)
|
||||
|
||||
## v0.4.0
|
||||
|
||||
What's changed since v0.3.0:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ProjectGuid>{22bf9268-67e2-4c43-b254-1c43262cddcc}</ProjectGuid>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
<IsPackable>false</IsPackable>
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
|
||||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
|
||||
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
|
||||
<PackageReference Include="xunit" Version="2.4.2" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
|
|
Загрузка…
Ссылка в новой задаче