Skip to content

Commit b3f118e

Browse files
Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 in /Source (#252)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f288af3 commit b3f118e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/EasyNetQ.Management.Client.ApprovalTests/EasyNetQ.Management.Client.ApprovalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Shouldly" Version="4.2.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
1616
<PackageReference Include="xunit" Version="2.5.0" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

Source/EasyNetQ.Management.Client.IntegrationTests/EasyNetQ.Management.Client.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="docker.dotnet" Version="3.125.15" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
1818
<PackageReference Include="xunit" Version="2.5.0" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

Source/EasyNetQ.Management.Client.Tests/EasyNetQ.Management.Client.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="FluentAssertions" Version="6.11.0" />
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
2323
<PackageReference Include="xunit" Version="2.5.0" />
24-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
24+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>

0 commit comments

Comments
 (0)