From bfcae1b42e7127f3b5ba8b6f4bcc130cbd2a6240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 5 Sep 2023 14:59:50 +0200 Subject: [PATCH] Remove the .NET Core 3.1 TFMs --- .github/workflows/build.yml | 1 - Directory.Build.props | 1 - Directory.Packages.props | 49 ------------------- README.md | 37 +++++++------- global.json | 1 - .../OpenIddict.AspNetCore.csproj | 1 - src/OpenIddict/OpenIddict.csproj | 1 - 7 files changed, 19 insertions(+), 72 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e28d1de9..ac93e59f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 3.1.426 6.0.408 7.0.302 diff --git a/Directory.Build.props b/Directory.Build.props index 6c0581ac..9c64dd01 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,7 +42,6 @@ net48 - netcoreapp3.1; net6.0; net7.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index 797f78f2..428f68cd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -213,55 +213,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -