Skip to content

Commit 7c71981

Browse files
committed
Version 5.1.0
1 parent fe2bf2e commit 7c71981

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DataLayer/DataLayer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0'">
1616
<PackageReference Include="GenericServices.StatusGeneric" Version="1.1.0" />
17-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.2" />
17+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0" />
2020
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This NuGet package containing methods to help test applications that use [Entity
44

55
_NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5._
66

7-
- _Version 5.1.0 supports EF Core 5.10 and EF Core 6._
7+
- _Version 5.1.0 supports EF Core 5.10 and EF Core 6.0_
88

99
**WARNING: If you are updating from the original EfCore.TestSupport (2.1 or 3), then you should read the [Version5UpgradeDocs.md](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/Version5UpgradeDocs.md) file as there are some breaking changes in this version.**
1010

TestSupport/TestSupport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
3636
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
3737
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.1" />
38-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.2 " />
38+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
3939
<PackageReference Include="Respawn" Version="4.0.0" />
4040
<PackageReference Include="xunit.assert" Version="2.4.1" />
4141
<PackageReference Include="xunit.core" Version="2.4.1" />

0 commit comments

Comments
 (0)