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 +6
-6
lines changed
src/IdentityModel.OidcClient
test/IdentityModel.OidcClient.Tests Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >2.3 .0</VersionPrefix >
4+ <VersionPrefix >2.4 .0</VersionPrefix >
55 <!-- <VersionSuffix>preview3</VersionSuffix>-->
66 <Authors >Dominick Baier;Brock Allen</Authors >
77 <TargetFrameworks >net452;netstandard1.4;netstandard2.0</TargetFrameworks >
1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" IdentityModel" Version =" 2.14 .0" />
23- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.1.4 " />
22+ <PackageReference Include =" IdentityModel" Version =" 2.16 .0" />
23+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.1.5 " />
2424 </ItemGroup >
2525
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.4' " >
Original file line number Diff line number Diff line change 99 </ItemGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3 .0" />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0 " />
14- <PackageReference Include =" xunit" Version =" 2.3.0 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5 .0" />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1 " />
14+ <PackageReference Include =" xunit" Version =" 2.3.1 " />
1515 <PackageReference Include =" FluentAssertions" Version =" 4.19.4" />
1616 </ItemGroup >
1717
You can’t perform that action at this time.
0 commit comments