diff --git a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj index 2466ac0..9fdb0b8 100644 --- a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj +++ b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 latest en enable @@ -23,7 +23,7 @@ Also supports injecting sql command generators to add support for other provider 7.0.0 v7.0.0 -+ Adding support for .NET 7 and EF Core 7 ++ Adding support for EF Core 7 v6.0.2 * Improving entity type detection when using DbSet<>