Skip to content

Commit 8640c89

Browse files
build(deps): bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#62)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 6276aec commit 8640c89

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
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup Condition="$(IsTestProject)">
35-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
35+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
3636
<PackageReference Include="xunit" Version="2.4.1" />
3737
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
3838
<PackageReference Include="Xunit.StaFact" Version="0.3.18" />

0 commit comments

Comments
 (0)