diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61d865..2d75027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,15 +21,12 @@ jobs: steps: - uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 - - name: Setup net6 - uses: actions/setup-dotnet@v1 + - name: Setup dotnet + uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' - - - name: Setup net3 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '3.1.x' + dotnet-version: | + 6.0.x + 7.0.x - run: dotnet --info diff --git a/src/IdentityModel.AspNetCore.OAuth2Introspection.csproj b/src/IdentityModel.AspNetCore.OAuth2Introspection.csproj index 96846e2..e29242b 100644 --- a/src/IdentityModel.AspNetCore.OAuth2Introspection.csproj +++ b/src/IdentityModel.AspNetCore.OAuth2Introspection.csproj @@ -1,25 +1,17 @@  - netcoreapp3.1;net6.0 + net6.0 IdentityModel.AspNetCore.OAuth2Introspection ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection Dominick Baier;Brock Allen OAuth2;OAuth 2.0;Introspection;Security;Identity;IdentityServer icon.jpg - https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection Apache-2.0 true - - ../key.snk - true - true - true - - true true diff --git a/test/Tests/Tests.csproj b/test/Tests/Tests.csproj index bba5aab..504cb48 100644 --- a/test/Tests/Tests.csproj +++ b/test/Tests/Tests.csproj @@ -1,11 +1,7 @@  - - netcoreapp3.1;net6.0 - - - - net6.0 + + net6.0;net7.0 @@ -22,14 +18,14 @@ - - - - + + + +