From 8173ea809dc2cadc6deb771fb1658e0d6ffb3d2d Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Sat, 30 Dec 2023 09:47:51 +0100 Subject: [PATCH] Update to use .NET 8 RTM Update test dependencies Use 8.0 System.Configuration.ConfigurationManager that has less dependencies than the the 6.0 version (including System.Common.Drawing!) --- .github/workflows/dotnet.yml | 2 +- .../EFCore.ConfigurationManager.Tests.csproj | 10 +++++----- .../EFCore.ConfigurationManager.csproj | 8 ++++---- README.md | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c0050b7..792cf1d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.100-rc.2.23502.2 + dotnet-version: 8.0.100 - name: Restore dependencies run: dotnet restore - name: Build diff --git a/EFCore.ConfigurationManager.Tests/EFCore.ConfigurationManager.Tests.csproj b/EFCore.ConfigurationManager.Tests/EFCore.ConfigurationManager.Tests.csproj index 674e4dc..0f954db 100644 --- a/EFCore.ConfigurationManager.Tests/EFCore.ConfigurationManager.Tests.csproj +++ b/EFCore.ConfigurationManager.Tests/EFCore.ConfigurationManager.Tests.csproj @@ -11,13 +11,13 @@ - + all - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EFCore.ConfigurationManager/EFCore.ConfigurationManager.csproj b/EFCore.ConfigurationManager/EFCore.ConfigurationManager.csproj index e5a018b..b75adf6 100644 --- a/EFCore.ConfigurationManager/EFCore.ConfigurationManager.csproj +++ b/EFCore.ConfigurationManager/EFCore.ConfigurationManager.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 EntityFrameworkCore.ConfigurationManager EntityFrameworkCore.ConfigurationManager Brice Lambson @@ -17,12 +17,12 @@ true MIT https://github.com/efcore/EFCore.ConfigurationManager/releases - 2.0.0 + 3.0.0 - - + + diff --git a/README.md b/README.md index d783431..4497815 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The following table shows which version of this library to use with which versio EF Core | Version to use -------------------- | -------------- -8.0 | 2.x +8.0 | 3.x 7.0 | 2.x 6.0 | 2.x 3.1 (Out of support) | 1.x