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 ea394f4 commit 9d3a659Copy full SHA for 9d3a659
docs/core/extensions/snippets/configuration/console-di/console-di.csproj
@@ -9,8 +9,8 @@
9
</PropertyGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
13
- <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" />
14
</ItemGroup>
15
16
</Project>
0 commit comments