Skip to content

Commit 8449cbe

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#315)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.9.0...v17.10.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f33dacf commit 8449cbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/SimpleAccounting.IntegrationTests/SimpleAccounting.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- license is apache 2.0 -->
1010
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1111
<!-- license is MIT -->
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1313
<!-- license is BSD-3-Clause -->
1414
<PackageReference Include="NSubstitute" Version="5.1.0"/>
1515
<!-- license is apache 2.0 -->

tests/SimpleAccounting.UnitTests/SimpleAccounting.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- license is apache 2.0 -->
1414
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1515
<!-- license is MIT -->
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1717
<!-- license is BSD-3-Clause -->
1818
<PackageReference Include="NSubstitute" Version="5.1.0" />
1919
<!-- license is apache 2.0 -->

0 commit comments

Comments
 (0)