Skip to content

Commit a7418b6

Browse files
Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Logging.Abstractions and Xunit.DependencyInjection
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Xunit.DependencyInjection](https://github.com/pengweiqhca/Xunit.DependencyInjection). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.2) Updates `Xunit.DependencyInjection` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/pengweiqhca/Xunit.DependencyInjection/releases) - [Commits](https://github.com/pengweiqhca/Xunit.DependencyInjection/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Xunit.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79e028d commit a7418b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SlowDown.Tests/SlowDown.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="MicrosoftExtensions.Logging.Xunit" Version="1.0.0" />
2020
<PackageReference Include="xunit" Version="2.9.2" />
21-
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.0" />
21+
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)