Upgrade multiple NuGet packages
Upgraded the following NuGet packages: - EFCore.NamingConventions from v8.0.0-rc.2 to v8.0.2 - Microsoft.EntityFrameworkCore.Relational from v8.0.0 to v8.0.1
This commit is contained in:
parent
297ec64bde
commit
5b0deb9fc2
|
@ -33,8 +33,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="EFCore.NamingConventions" Version="8.0.0-rc.2" />
|
<PackageReference Include="EFCore.NamingConventions" Version="8.0.2" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.1" />
|
||||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user