Skip to content

Commit

Permalink
bump Microsoft.Extensions.Configuration.Json to 7.x
Browse files Browse the repository at this point in the history
saltydk committed Jan 18, 2023
1 parent 47f1ff2 commit a96deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SARotate.csproj
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />

0 comments on commit a96deec

Please sign in to comment.