Skip to content

Commit 7c42440

Browse files
Bump the dotnet-dependencies group with 2 updates
Bumps the dotnet-dependencies group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.7.0 to 2.7.1 - [Commits](xunit/xunit@2.7.0...2.7.1) Updates `xunit.runner.visualstudio` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.7...2.5.8) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bcc074 commit 7c42440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSharpRepl.Tests/CSharpRepl.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageReference Include="PrettyPrompt" Version="4.1.1" />
2020
<PackageReference Include="Spectre.Console.Testing" Version="0.48.0" />
2121
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.0.2" />
22-
<PackageReference Include="xunit" Version="2.7.0" />
23-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
22+
<PackageReference Include="xunit" Version="2.7.1" />
23+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
<PrivateAssets>all</PrivateAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)