Skip to content

Commit 61efaaa

Browse files
Bump XUnit.Hosting from 3.1.0 to 4.0.0
--- updated-dependencies: - dependency-name: XUnit.Hosting dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: XUnit.Hosting dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e871d86 commit 61efaaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Foundatio.CommandQuery.EntityFramework.Tests/Foundatio.CommandQuery.EntityFramework.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
2626
<PackageReference Include="Testcontainers.MsSql" Version="4.8.1" />
2727
<PackageReference Include="xunit" Version="2.9.3" />
28-
<PackageReference Include="XUnit.Hosting" Version="3.1.0" />
28+
<PackageReference Include="XUnit.Hosting" Version="4.0.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

tests/Foundatio.CommandQuery.MongoDB.Tests/Foundatio.CommandQuery.MongoDB.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="MongoDB.Abstracts" Version="6.6.0" />
2626
<PackageReference Include="Testcontainers.MongoDb" Version="4.8.1" />
2727
<PackageReference Include="xunit" Version="2.9.3" />
28-
<PackageReference Include="XUnit.Hosting" Version="3.1.0" />
28+
<PackageReference Include="XUnit.Hosting" Version="4.0.0" />
2929
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)