Skip to content

Commit b1ae31a

Browse files
Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.10.0 (#299)
* Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.10.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.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@v16.11.0...v17.10.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * bump Microsoft.NET.Test.Sdk -> 17.10.0 with Doc.csproj --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: atakavci <[email protected]>
1 parent 5ca1999 commit b1ae31a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Doc/Doc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -26,4 +26,4 @@
2626
<ProjectReference Include="..\..\src\NRedisStack\NRedisStack.csproj" />
2727
<ProjectReference Include="..\..\tests\NRedisStack.Tests\NRedisStack.Tests.csproj" />
2828
</ItemGroup>
29-
</Project>
29+
</Project>

tests/NRedisStack.Tests/NRedisStack.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
2222
<PackageReference Include="dotenv.net" Version="3.1.3" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
2324
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
2425
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2526
<PrivateAssets>all</PrivateAssets>
2627
</PackageReference>
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
2828
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
3030
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />

0 commit comments

Comments
 (0)