Skip to content

Commit 35e0863

Browse files
Bump the xunit group with 2 updates
Bumps the xunit group with 2 updates: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit.v3](https://github.com/xunit/xunit). Updates `xunit.runner.visualstudio` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.1...3.0.2) Updates `xunit.v3` from 1.0.1 to 1.1.0 - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1a698 commit 35e0863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
1616
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
1717
<PackageReference Include="Verify.XunitV3" Version="28.10.1" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
19-
<PackageReference Include="xunit.v3" Version="1.0.1" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
19+
<PackageReference Include="xunit.v3" Version="1.1.0" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<Content Include="xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)