Skip to content

Commit

Permalink
deps: Updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed May 17, 2024
1 parent 29cd1e3 commit 3bd5807
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MoreCulturalNamesBuilder/MoreCulturalNamesBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="NuciCLI" Version="1.4.2" />
<PackageReference Include="NuciDAL" Version="1.1.1" />
<PackageReference Include="NuciExtensions" Version="2.0.0" />
<PackageReference Include="NuciDAL" Version="2.1.0" />
<PackageReference Include="NuciExtensions" Version="4.0.0" />
</ItemGroup>

</Project>

0 comments on commit 3bd5807

Please sign in to comment.