This repository was archived by the owner on Feb 23, 2025. It is now read-only.
File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5
5
<RootNamespace >IdentityModel.OidcClient.DPoP</RootNamespace >
6
6
<AssemblyName >IdentityModel.OidcClient.DPoP</AssemblyName >
7
7
8
- <TargetFramework >netstandard2.0</ TargetFramework >
8
+ <TargetFrameworks >netstandard2.0;net6.0</ TargetFrameworks >
9
9
<LangVersion >latest</LangVersion >
10
10
<Nullable >enable</Nullable >
11
11
43
43
</ItemGroup >
44
44
45
45
<ItemGroup >
46
- <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.3 " />
46
+ <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.4 " />
47
47
<PackageReference Include =" minver" Version =" 4.3.0" PrivateAssets =" All" />
48
48
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.3.1" />
49
49
Original file line number Diff line number Diff line change 42
42
</ItemGroup >
43
43
44
44
<ItemGroup >
45
- <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.3 " />
45
+ <PackageReference Include =" IdentityModel" Version =" 7.0.0-preview.4 " />
46
46
<PackageReference Include =" minver" Version =" 4.3.0" PrivateAssets =" All" />
47
47
48
48
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
51
51
52
52
<!-- Conditional Package references -->
53
53
<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" />
58
55
</ItemGroup >
59
56
60
57
</Project >
You can’t perform that action at this time.
0 commit comments