This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
src/IdentityModel.AspNetCore.OAuth2Introspection Expand file tree Collapse file tree 1 file changed +11
-3
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.3 .0</VersionPrefix >
5
+ <VersionPrefix >3.4 .0</VersionPrefix >
6
6
<!-- <VersionSuffix>preview1</VersionSuffix>-->
7
7
<Authors >Dominick Baier;Brock Allen</Authors >
8
8
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
14
14
<RepositoryType >git</RepositoryType >
15
15
<RepositoryUrl >git://github.com/identitymodel/identitymodel.aspnetcore.oauth2introspection</RepositoryUrl >
16
16
<GenerateDocumentationFile >true</GenerateDocumentationFile >
17
+
18
+ <!-- Declare that the Repository URL can be published to NuSpec -->
19
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
20
+ <!-- Embed source files that are not tracked by the source control manager to the PDB -->
21
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
22
+ <!-- Include PDB in the built .nupkg -->
23
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
24
+
17
25
</PropertyGroup >
18
26
19
27
<ItemGroup >
20
- <PackageReference Include =" SourceLink.Embed.AllSourceFiles" Version =" 2.8.0" PrivateAssets =" all" />
21
28
<PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 2.0.0" />
22
29
<PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.0" />
23
30
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 2.0.0" />
24
- <PackageReference Include =" IdentityModel" Version =" 3.6.0" />
31
+
32
+ <PackageReference Include =" IdentityModel" Version =" 3.8.0" />
25
33
</ItemGroup >
26
34
</Project >
You can’t perform that action at this time.
0 commit comments