2
2
3
3
<PropertyGroup >
4
4
<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 >
6
6
<!-- <VersionSuffix>preview1</VersionSuffix>-->
7
7
<Authors >Dominick Baier;Brock Allen</Authors >
8
8
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
13
13
<PackageLicenseUrl >https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection/blob/master/LICENSE</PackageLicenseUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<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 >
24
17
</PropertyGroup >
25
18
26
19
<ItemGroup >
27
20
<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" />
32
25
</ItemGroup >
33
- </Project >
26
+ </Project >
0 commit comments