Skip to content

Commit ea240c4

Browse files
Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1
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 93f0b76 commit ea240c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.1" />
8989
<PackageVersion Include="System.Reflection.TypeExtensions" Version="4.7.0" />
9090
<PackageVersion Include="xunit" Version="2.8.0" />
91-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0" />
91+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" />
9292
<PackageVersion Include="Yarp.ReverseProxy" Version="2.1.0" />
9393
</ItemGroup>
9494
</Project>

tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<PackageReference Include="xunit" Version="2.8.0" />
2121

22-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
22+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)