Skip to content

Commit 35d7925

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.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.0) Updates `Xunit.DependencyInjection` from 10.2.0 to 10.2.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-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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6141258 commit 35d7925

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
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1919
<PackageReference Include="MicrosoftExtensions.Logging.Xunit" Version="1.0.0" />
20-
<PackageReference Include="Xunit.DependencyInjection" Version="10.2.0" />
20+
<PackageReference Include="Xunit.DependencyInjection" Version="10.2.1" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
2222
<PackageReference Include="xunit.v3" Version="1.1.0" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)