Skip to content

Commit e484279

Browse files
Bump the microsoftextensions group across 1 directory with 3 updates
Bumps the microsoftextensions group with 3 updates in the / directory: [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.2 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.2) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.2) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 834ce2b commit e484279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ClientAppsIntegration/ClientAppsIntegration.AppDefaults/ClientAppsIntegration.AppDefaults.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
1212
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.1.0" />
1313
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.2.0" />
1414
<!-- Open Telemetry -->

samples/VolumeMount/VolumeMount.BlazorWeb/VolumeMount.BlazorWeb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
24+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)