Skip to content

Commit 05da354

Browse files
committed
deps: Update Microsoft.Extensions.Configuration
Updates-dependency: Microsoft.Extensions.Configuration Updates-dependency-from-version: 3.1.0 Updates-dependency-to-version: 6.0.1
1 parent 1cf234d commit 05da354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MdDocs.Common/Grynwald.MdDocs.Common.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
The preview version 5 of these packages does not seem to have this issue,
2424
so this should be revisited after the relesae of .NET 5
2525
-->
26-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
2929
</ItemGroup>
3030

3131

0 commit comments

Comments
 (0)