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 +4
-4
lines changed
src/IdentityModel.OidcClient Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <VersionPrefix >2.6.0</VersionPrefix >
5- <VersionSuffix >preview-1</VersionSuffix >
5+ <!-- < VersionSuffix>preview-1</VersionSuffix> -- >
66 <Authors >Dominick Baier;Brock Allen</Authors >
77 <TargetFrameworks >net452;netstandard1.4;netstandard2.0</TargetFrameworks >
88 <AssemblyName >IdentityModel.OidcClient</AssemblyName >
1414 <RepositoryType >git</RepositoryType >
1515 <RepositoryUrl >git://github.com/identitymodel/identitymodel.oidcclient2</RepositoryUrl >
1616 <GenerateDocumentationFile >true</GenerateDocumentationFile >
17-
17+
1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" IdentityModel" Version =" 3.4.1 " />
21+ <PackageReference Include =" IdentityModel" Version =" 3.5.0 " />
2222 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.2.1" />
2323 </ItemGroup >
2424
2929 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
3030 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
3131 </ItemGroup >
32-
32+
3333 <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
3434 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 1.1.2" />
3535 </ItemGroup >
You can’t perform that action at this time.
0 commit comments