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

Commit f377e9c

Browse files
update version
1 parent a13f272 commit f377e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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.4.0</VersionPrefix>
5+
<VersionPrefix>3.4.1</VersionPrefix>
66
<!--<VersionSuffix>preview1</VersionSuffix>-->
77
<Authors>Dominick Baier;Brock Allen</Authors>
88
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
@@ -30,5 +30,7 @@
3030
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
3131

3232
<PackageReference Include="IdentityModel" Version="3.8.0" />
33+
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
3335
</ItemGroup>
3436
</Project>

0 commit comments

Comments
 (0)