Skip to content

Commit 527b8b6

Browse files
authored
bump Microsoft.NET.Test.Sdk -> 17.10.0 with Doc.csproj
1 parent 07c4133 commit 527b8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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>

0 commit comments

Comments
 (0)