diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 8bd5af6..a2b5fe4 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -1,13 +1,25 @@  - net8.0 + net8.0;net6.0;net7.0 - + + + + + + + + + + + + + diff --git a/GenericServices/GenericServices.csproj b/GenericServices/GenericServices.csproj index c7b1ccd..b1cc80a 100644 --- a/GenericServices/GenericServices.csproj +++ b/GenericServices/GenericServices.csproj @@ -1,23 +1,37 @@  - net8.0 + net8.0;net6.0;net7.0 true - + - - + + + + + + + + + + + + + + + + true - 8.0.0-rc1-0001 - 8.0.0 - 8.0.0.0 - 8.0.0.0 + 6.0.0-rc2-0001 + 6.0.0 + 6.0.0.0 + 6.0.0.0 Selective Analytics Jon P Smith EfCore.GenericServices diff --git a/README.md b/README.md index b099822..21c751b 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@ The EfCore.GenericServices library is available on [NuGet as EfCore.GenericServi ## List of versions and which .NET framework they support -The versions of this library has changed to make it easier to create a new version when a new release of .NET farmework. Now the first number defines the .NET version, e.g EfCore.TestSupport version 8.?.? only runs on .NET 8. +- Version 6.?.?: Supports NET 6, 7 and 8 +- Version 5.2.?: Supports NET 5, 6 and 7 -- Version 8.?.?: Supports NET 8 -- Version 5.1.?: Supports NET 5, 6 and 7 - -_There are older versions of the EfCore.TestSupport library, but .NET lower than .NET 5 are not supported by Microsoft._ +_There are older versions of the EfCore.GenericServices library, but .NET lower than .NET 5 are not supported by Microsoft._ ## Documentation and useful articles diff --git a/ServiceLayer/ServiceLayer.csproj b/ServiceLayer/ServiceLayer.csproj index bfe51b6..70b52a1 100644 --- a/ServiceLayer/ServiceLayer.csproj +++ b/ServiceLayer/ServiceLayer.csproj @@ -1,15 +1,27 @@  - net8.0 + net8.0;net7.0;net6.0 - + + + + + + + + + + + + + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 7b55689..ecc9c7b 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,11 +1,11 @@  - net8.0 - true + net8.0;net7.0;net6.0 + false - + @@ -21,6 +21,39 @@ + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + +