Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 (microsoft#2510)
Browse files Browse the repository at this point in the history
* Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Aug 30, 2024
1 parent eb6a326 commit 9affcf4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ What's changed since pre-release v3.0.0-B0198:
- The `File` and `Detect` input formats are no longer required and have been removed.
- Processing files and objects with rules is no longer recommended, and disabled by default.
- The `Input.FileObjects` can be set to `true` to enable processing of files as objects with rules.
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
[#1826](https://github.com/microsoft/PSRule/pull/1826)
- Bug fixes:
- Fixed reason reported for `startsWith` by @BernieWhite.
[#1818](https://github.com/microsoft/PSRule/issues/1818)
Expand Down Expand Up @@ -122,8 +119,6 @@ What's changed since pre-release v3.0.0-B0141:
[#1673](https://github.com/microsoft/PSRule/pull/1673)
- Running PSRule from PowerShell 7.x is supported on 7.4 and above.
- Running PSRule from Windows PowerShell 5.1 is still supported but deprecated and will be removed in PSRule v4.
- Bump Microsoft.NET.Test.Sdk to v17.9.0.
[#1752](https://github.com/microsoft/PSRule/pull/1752)
- Bug fixes:
- Fixed CLI null reference when include module is undefined by @BernieWhite.
[#1746](https://github.com/microsoft/PSRule/issues/1746)
Expand Down Expand Up @@ -183,8 +178,6 @@ What's changed since pre-release v3.0.0-B0093:
[#1699](https://github.com/microsoft/PSRule/pull/1699)
- Bump xunit.runner.visualstudio to v2.5.5.
[#1700](https://github.com/microsoft/PSRule/pull/1700)
- Bump Microsoft.NET.Test.Sdk to v17.8.0.
[#1659](https://github.com/microsoft/PSRule/pull/1659)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.
[#1674](https://github.com/microsoft/PSRule/pull/1674)
- Bump Microsoft.CodeAnalysis.Common to v4.8.0.
Expand Down Expand Up @@ -239,8 +232,6 @@ What's changed since release v2.9.0:
[#1602](https://github.com/microsoft/PSRule/pull/1602)
- Bump Microsoft.CodeAnalysis.Common to v4.7.0.
[#1593](https://github.com/microsoft/PSRule/pull/1593)
- Bump Microsoft.NET.Test.Sdk to v17.7.2.
[#1608](https://github.com/microsoft/PSRule/pull/1608)
- Bump YamlDotNet to v13.7.1.
[#1647](https://github.com/microsoft/PSRule/issues/1647)
- Bump xunit to v2.5.3.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tests/PSRule.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.4" />
<PackageReference Include="System.Management.Automation" Version="7.4.4" />
<PackageReference Include="Moq" Version="4.20.70" />
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 9affcf4

Please sign in to comment.