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 f8c2188 commit eb6ce34Copy full SHA for eb6ce34
docs/core/extensions/snippets/configuration/console-basic/console-basic.csproj
@@ -14,8 +14,8 @@
14
</ItemGroup>
15
16
<ItemGroup>
17
- <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
18
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
19
20
21
</Project>
0 commit comments