Skip to content

Commit

Permalink
Upgrade Npgsql to EF 6 RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jeanes committed Nov 9, 2021
1 parent acf0d51 commit cf31f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TeslaMateAgile/TeslaMateAgile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.10" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="GraphQL.Client" Version="4.0.1" />
<PackageReference Include="GraphQL.Client.Serializer.SystemTextJson" Version="4.0.1" />
Expand Down

0 comments on commit cf31f0f

Please sign in to comment.