Skip to content

Commit 0be64cc

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>

introspection/test/AspNetCore.Authentication.OAuth2Introspection.Tests/AspNetCore.Authentication.OAuth2Introspection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<RootNamespace>Duende.AspNetCore.Authentication.OAuth2Introspection</RootNamespace>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)