diff --git a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj index 2c17cd1..f82f9a0 100644 --- a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj +++ b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj @@ -1,7 +1,7 @@ - net5.0;net6.0 + net6.0 latest en enable @@ -20,10 +20,11 @@ Also supports injecting sql command generators to add support for other provider https://github.com/artiomchi/FlexLabs.Upsert MIT Entity Framework Core entity-framework-core EF EntityFramework EntityFrameworkCore EFCore Upsert - 6.0.0 + 6.0.1 v6.0.0 + Adding support for EF Core 6 ++ Handling UseIdentityAlwaysColumn columns v5.0.0 ! Fixing the library versioning. From now one, one version of the library depends on one version of EF Core, for all supported target frameworks @@ -38,7 +39,6 @@ v4.0.0 ! Patching the extension method to replace/inject custom command runner ! Removed old extension method on IServiceCollection, since it wasn't working anyway - 6.0.1 @@ -51,12 +51,8 @@ v4.0.0 signtool.exe sign /n "$(SignCertificateName)" /fd sha256 /tr "http://timestamp.digicert.com" /td sha256 FlexLabs.EntityFrameworkCore.Upsert.dll - - 5.0.1 - - - + diff --git a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj index 2aaa39c..a79917b 100644 --- a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj +++ b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj @@ -1,11 +1,10 @@  - net5.0;net6.0 + net6.0 latest EF1001 false - 6.0.* @@ -16,21 +15,17 @@ net6.0 - - 5.0.* - - - - - - + + + + - + - + all diff --git a/test/FlexLabs.EntityFrameworkCore.Upsert.Tests/FlexLabs.EntityFrameworkCore.Upsert.Tests.csproj b/test/FlexLabs.EntityFrameworkCore.Upsert.Tests/FlexLabs.EntityFrameworkCore.Upsert.Tests.csproj index e06509a..1fe87d0 100644 --- a/test/FlexLabs.EntityFrameworkCore.Upsert.Tests/FlexLabs.EntityFrameworkCore.Upsert.Tests.csproj +++ b/test/FlexLabs.EntityFrameworkCore.Upsert.Tests/FlexLabs.EntityFrameworkCore.Upsert.Tests.csproj @@ -1,24 +1,15 @@  - net5.0;net6.0 + net6.0 latest EF1001 false - 6.0.* - - - - net6.0 - - - - 5.0.* - +