Skip to content

Commit aa4913e

Browse files
chore: bump Microsoft.Extensions.Options and Microsoft.Extensions.Options.DataAnnotations
Bumps [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options.DataAnnotations](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Options.DataAnnotations` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options.DataAnnotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6511f00 commit aa4913e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<ItemGroup>
66
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
77
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
8-
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
8+
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0" />
99
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
10-
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
10+
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0" />
1111
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1212
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
1313
<PackageVersion Include="NuGet.PackageManagement" Version="6.11.1" />

0 commit comments

Comments
 (0)