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 9d253ff commit ed251dfCopy full SHA for ed251df
identity-model/src/IdentityModel/IdentityModel.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
4
<AssemblyName>Duende.IdentityModel</AssemblyName>
5
<RootNamespace>Duende.IdentityModel</RootNamespace>
6
<Description>OpenID Connect & OAuth 2.0 client library</Description>
0 commit comments