Skip to content

Commit

Permalink
chore(deps): Bump Xunit.DependencyInjection from 8.5.0 to 8.9.0
Browse files Browse the repository at this point in the history
Bumps [Xunit.DependencyInjection](https://github.com/pengweiqhca/Xunit.DependencyInjection) from 8.5.0 to 8.9.0.
- [Release notes](https://github.com/pengweiqhca/Xunit.DependencyInjection/releases)
- [Commits](https://github.com/pengweiqhca/Xunit.DependencyInjection/commits)

---
updated-dependencies:
- dependency-name: Xunit.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 1f686b7 commit 0a98615
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Moq" Version="4.18.2"/>
<PackageReference Include="Shouldly" Version="4.0.3"/>
<PackageReference Include="xunit" Version="2.4.2"/>
<PackageReference Include="Xunit.DependencyInjection" Version="8.5.0"/>
<PackageReference Include="Xunit.DependencyInjection" Version="8.9.0"/>
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="8.0.1"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions test/EntityDb.Common.Tests/EntityDb.Common.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\..\src\EntityDb.Common\EntityDb.Common.csproj" />
Expand Down Expand Up @@ -26,7 +26,7 @@
</PackageReference>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Update="Shouldly" Version="4.1.0" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.6.1" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.9.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions test/EntityDb.MongoDb.Tests/EntityDb.MongoDb.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\EntityDb.Common.Tests\EntityDb.Common.Tests.csproj" />
Expand All @@ -12,7 +12,7 @@
</PackageReference>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Update="Shouldly" Version="4.1.0" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.6.1" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.9.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions test/EntityDb.Mvc.Tests/EntityDb.Mvc.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\EntityDb.Common.Tests\EntityDb.Common.Tests.csproj" />
Expand All @@ -12,7 +12,7 @@
</PackageReference>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Update="Shouldly" Version="4.1.0" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.6.1" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.9.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions test/EntityDb.Redis.Tests/EntityDb.Redis.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\EntityDb.Common.Tests\EntityDb.Common.Tests.csproj" />
Expand All @@ -12,7 +12,7 @@
</PackageReference>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Update="Shouldly" Version="4.1.0" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.6.1" />
<PackageReference Update="Xunit.DependencyInjection" Version="8.9.0" />
</ItemGroup>

</Project>

0 comments on commit 0a98615

Please sign in to comment.