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 +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 55 <RootNamespace >IdentityModel.OidcClient.DPoP</RootNamespace >
66 <AssemblyName >IdentityModel.OidcClient.DPoP</AssemblyName >
77
8- <TargetFramework >netstandard2.0</ TargetFramework >
8+ <TargetFrameworks >netstandard2.0;net6.0</ TargetFrameworks >
99 <LangVersion >latest</LangVersion >
1010 <Nullable >enable</Nullable >
1111
4343 </ItemGroup >
4444
4545 <ItemGroup >
46- <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.3 " />
46+ <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.4 " />
4747 <PackageReference Include =" minver" Version =" 4.3.0" PrivateAssets =" All" />
4848 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.3.1" />
4949
Original file line number Diff line number Diff line change 4242</ItemGroup >
4343
4444 <ItemGroup >
45- <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.3 " />
45+ <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.4 " />
4646 <PackageReference Include =" minver" Version =" 4.3.0" PrivateAssets =" All" />
4747
4848 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
5151
5252 <!-- Conditional Package references -->
5353 <ItemGroup Condition =" '$(TargetFramework)' != 'net6.0'" >
54- <PackageReference Include =" System.Text.Json" Version =" 6.0.8" />
55-
56- <!-- Force older version to prevent incompatible references -->
57- <PackageReference Include =" System.Text.Encodings.Web" Version =" 6.0.0" />
54+ <PackageReference Include =" System.Text.Json" Version =" 8.0.0" />
5855 </ItemGroup >
5956
6057</Project >
You can’t perform that action at this time.
0 commit comments