Skip to content

Commit 2a334b7

Browse files
(maint): Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 in /Source
Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](xunit/xunit@2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8fd6a5 commit 2a334b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Cake.Twitter.Tests/Cake.Twitter.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0</TargetFrameworks>
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>
2525
<PackageReference Include="xunit" Version="2.5.0" />
26-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
26+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)