From 681c76b44c0ad395d2b6331eaae5dd5d3c3ae3ef Mon Sep 17 00:00:00 2001 From: Koen Bekkenutte <2912652+kbekkenutte@users.noreply.github.com> Date: Tue, 9 Nov 2021 20:07:12 +0800 Subject: [PATCH] Target .NET 6 lts --- Directory.Build.props | 8 ++++++-- .../EntityFrameworkCore.Projectables.Generator.csproj | 2 +- .../EntityFrameworkCore.Projectables.csproj | 2 +- ...yFrameworkCore.Projectables.FunctionalTests.csproj | 4 ++-- ...yFrameworkCore.Projectables.Generator.Tests.csproj | 11 ++++++----- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2e80f28..23619ac 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -28,6 +28,10 @@ 2 + + 3.11.0 + + EFPROJECTABLES1 netstandard2.0 @@ -40,8 +44,8 @@ EFPROJECTABLES2 net6.0 - 6.0.0-rc.1.21451.13 - 6.0.0-rc.1.21452.10 + 6.0.0 + 6.0.0 $(EFCoreVersion) diff --git a/src/EntityFrameworkCore.Projectables.Generator/EntityFrameworkCore.Projectables.Generator.csproj b/src/EntityFrameworkCore.Projectables.Generator/EntityFrameworkCore.Projectables.Generator.csproj index 875da31..5f68ad4 100644 --- a/src/EntityFrameworkCore.Projectables.Generator/EntityFrameworkCore.Projectables.Generator.csproj +++ b/src/EntityFrameworkCore.Projectables.Generator/EntityFrameworkCore.Projectables.Generator.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/EntityFrameworkCore.Projectables/EntityFrameworkCore.Projectables.csproj b/src/EntityFrameworkCore.Projectables/EntityFrameworkCore.Projectables.csproj index 0416a6f..488df6e 100644 --- a/src/EntityFrameworkCore.Projectables/EntityFrameworkCore.Projectables.csproj +++ b/src/EntityFrameworkCore.Projectables/EntityFrameworkCore.Projectables.csproj @@ -5,7 +5,7 @@ - + diff --git a/tests/EntityFrameworkCore.Projectables.FunctionalTests/EntityFrameworkCore.Projectables.FunctionalTests.csproj b/tests/EntityFrameworkCore.Projectables.FunctionalTests/EntityFrameworkCore.Projectables.FunctionalTests.csproj index bab73d9..b26a387 100644 --- a/tests/EntityFrameworkCore.Projectables.FunctionalTests/EntityFrameworkCore.Projectables.FunctionalTests.csproj +++ b/tests/EntityFrameworkCore.Projectables.FunctionalTests/EntityFrameworkCore.Projectables.FunctionalTests.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/tests/EntityFrameworkCore.Projectables.Generator.Tests/EntityFrameworkCore.Projectables.Generator.Tests.csproj b/tests/EntityFrameworkCore.Projectables.Generator.Tests/EntityFrameworkCore.Projectables.Generator.Tests.csproj index e65a9c2..759c58a 100644 --- a/tests/EntityFrameworkCore.Projectables.Generator.Tests/EntityFrameworkCore.Projectables.Generator.Tests.csproj +++ b/tests/EntityFrameworkCore.Projectables.Generator.Tests/EntityFrameworkCore.Projectables.Generator.Tests.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -6,10 +6,11 @@ - - - - + + + + +