This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
src/IdentityModel.AspNetCore.OAuth2Introspection Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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.0.1 </VersionPrefix >
6
- <!-- < VersionSuffix>rc2 </VersionSuffix> -- >
5
+ <VersionPrefix >3.1.0 </VersionPrefix >
6
+ <VersionSuffix >preview1 </VersionSuffix >
7
7
<Authors >Dominick Baier;Brock Allen</Authors >
8
8
<TargetFrameworks >netstandard2.0</TargetFrameworks >
9
9
<PackageId >IdentityModel.AspNetCore.OAuth2Introspection</PackageId >
24
24
</PropertyGroup >
25
25
26
26
<ItemGroup >
27
- <PackageReference Include =" SourceLink.Embed.AllSourceFiles" Version =" 2.4.0 " PrivateAssets =" all" />
28
- <PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 2.0.0 " />
29
- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.0 " />
27
+ <PackageReference Include =" SourceLink.Embed.AllSourceFiles" Version =" 2.6.1 " PrivateAssets =" all" />
28
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 2.0.1 " />
29
+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.1 " />
30
30
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 2.0.0" />
31
- <PackageReference Include =" IdentityModel" Version =" 2.12.0 " />
31
+ <PackageReference Include =" IdentityModel" Version =" 3.0.0-aberfeldy " />
32
32
</ItemGroup >
33
33
</Project >
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0-preview-20170727-01 " />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-beta3-build3705 " />
17
- <PackageReference Include =" xunit" Version =" 2.3.0-beta3-build3705 " />
15
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1 " />
17
+ <PackageReference Include =" xunit" Version =" 2.3.1 " />
18
18
<PackageReference Include =" FluentAssertions" Version =" 4.19.4" />
19
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.0.0 " />
20
- <PackageReference Include =" IdentityModel" Version =" 2.12.0 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.0.1 " />
20
+ <PackageReference Include =" IdentityModel" Version =" 3.0.0-aberfeldy " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments