Skip to content

Commit f8a235b

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.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.0) Updates `Xunit.DependencyInjection` from 9.7.1 to 10.1.0 - [Release notes](https://github.com/pengweiqhca/Xunit.DependencyInjection/releases) - [Commits](https://github.com/pengweiqhca/Xunit.DependencyInjection/commits/10.1.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Xunit.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d3edbe commit f8a235b

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.3" />
21-
<PackageReference Include="Xunit.DependencyInjection" Version="9.7.1" />
21+
<PackageReference Include="Xunit.DependencyInjection" Version="10.1.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)