Skip to content

Commit e45195a

Browse files
chore(deps): update dependency microsoft.net.test.sdk to v17.10.0 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a28c1f commit e45195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</ItemGroup>
4040

4141
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
42-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
42+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
4343
<PackageReference Include="xunit" Version="2.9.0" />
4444
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)