Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 3149217

Browse files
add net461 target
1 parent a2f18c5 commit 3149217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdentityModel.AspNetCore.OAuth2Introspection/IdentityModel.AspNetCore.OAuth2Introspection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<VersionPrefix>3.1.0</VersionPrefix>
66
<VersionSuffix>preview1</VersionSuffix>
77
<Authors>Dominick Baier;Brock Allen</Authors>
8-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
8+
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
99
<PackageId>IdentityModel.AspNetCore.OAuth2Introspection</PackageId>
1010
<PackageTags>OAuth2;OAuth 2.0;Introspection;Security;Identity;IdentityServer</PackageTags>
1111
<PackageIconUrl>https://identityserver.github.io/Documentation/assets/images/icons/IDmodel_icon128.png</PackageIconUrl>

0 commit comments

Comments
 (0)