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

Commit ce37b0f

Browse files
update nugets
1 parent 88c2be2 commit ce37b0f

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

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

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>ASP.NET Core 2.0 Middleware for validating tokens using OAuth 2.0 introspection</Description>
5-
<VersionPrefix>3.2.1</VersionPrefix>
5+
<VersionPrefix>3.3.0</VersionPrefix>
66
<!--<VersionSuffix>preview1</VersionSuffix>-->
77
<Authors>Dominick Baier;Brock Allen</Authors>
88
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
@@ -13,21 +13,14 @@
1313
<PackageLicenseUrl>https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection/blob/master/LICENSE</PackageLicenseUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>git://github.com/identitymodel/identitymodel.aspnetcore.oauth2introspection</RepositoryUrl>
16-
</PropertyGroup>
17-
18-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
19-
<DocumentationFile>bin\Release\netstandard2.0\IdentityModel.AspNetCore.OAuth2Introspection.xml</DocumentationFile>
20-
</PropertyGroup>
21-
22-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
23-
<DocumentationFile>bin\Debug\netstandard2.0\IdentityModel.AspNetCore.OAuth2Introspection.xml</DocumentationFile>
16+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2417
</PropertyGroup>
2518

2619
<ItemGroup>
2720
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.0" PrivateAssets="all" />
28-
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.3" />
29-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.2" />
30-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.1" />
31-
<PackageReference Include="IdentityModel" Version="3.4.0" />
21+
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.0" />
22+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
24+
<PackageReference Include="IdentityModel" Version="3.6.0" />
3225
</ItemGroup>
33-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)