Skip to content

Commit 15fec2c

Browse files
Bump xunit.runner.visualstudio in /samples/snippets/csharp/xunit-test
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e662055 commit 15fec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/csharp/xunit-test/xunit-test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1010
<PackageReference Include="xunit" Version="2.8.1" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)