Skip to content

Commit 1578205

Browse files
committed
Add net10 target to introspection
1 parent 08c1a8d commit 1578205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introspection/src/AspNetCore.Authentication.OAuth2Introspection/AspNetCore.Authentication.OAuth2Introspection.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>net8.0;net9.0</TargetFrameworks>
3+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
44
<RootNamespace>Duende.AspNetCore.Authentication.OAuth2Introspection</RootNamespace>
55
<AssemblyName>Duende.AspNetCore.Authentication.OAuth2Introspection</AssemblyName>
66
<PackageId>Duende.AspNetCore.Authentication.OAuth2Introspection</PackageId>

0 commit comments

Comments
 (0)