Skip to content

Commit 5d9dfdd

Browse files
Bump Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Http, Microsoft.Extensions.Options and Microsoft.Extensions.Options.ConfigurationExtensions
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Http](https://github.com/dotnet/runtime), [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `Microsoft.Extensions.Http` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `Microsoft.Extensions.Options` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93ce418 commit 5d9dfdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Autodesk.Forge.Core/Autodesk.Forge.Core.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
1010
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
11-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
12+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.2" />
13+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.2" />
14+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1616
<PackageReference Include="Polly" Version="8.5.0" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)