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

Commit 2f01ba8

Browse files
update version, add sourcelink
1 parent e529bbd commit 2f01ba8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 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.3.0</VersionPrefix>
5+
<VersionPrefix>3.4.0</VersionPrefix>
66
<!--<VersionSuffix>preview1</VersionSuffix>-->
77
<Authors>Dominick Baier;Brock Allen</Authors>
88
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
@@ -14,13 +14,21 @@
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>git://github.com/identitymodel/identitymodel.aspnetcore.oauth2introspection</RepositoryUrl>
1616
<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+
1725
</PropertyGroup>
1826

1927
<ItemGroup>
20-
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.8.0" PrivateAssets="all" />
2128
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.0" />
2229
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.0" />
2330
<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" />
2533
</ItemGroup>
2634
</Project>

0 commit comments

Comments
 (0)