We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20fad commit b6cb738Copy full SHA for b6cb738
docs/core/extensions/snippets/configuration/options-validation-onstart/options-validation-onstart.csproj
@@ -19,9 +19,9 @@
19
</ItemGroup>
20
21
<ItemGroup>
22
- <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.7" />
23
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
24
- <PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.7" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.8" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
+ <PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.8" />
25
26
27
</Project>
0 commit comments