Skip to content

Commit ed251df

Browse files
committed
im: IdentityModel no longer supports .NET 6.0
1 parent 9d253ff commit ed251df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity-model/src/IdentityModel/IdentityModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
44
<AssemblyName>Duende.IdentityModel</AssemblyName>
55
<RootNamespace>Duende.IdentityModel</RootNamespace>
66
<Description>OpenID Connect &amp; OAuth 2.0 client library</Description>

0 commit comments

Comments
 (0)