We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3eacdb commit 8126239Copy full SHA for 8126239
build/build.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
6
</PropertyGroup>
7
8
<ItemGroup>
src/IdentityServer4.AccessTokenValidation.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
test/Tests.csproj
0 commit comments