File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 36
36
</PackageReference >
37
37
<PackageReference Include =" IdentityServer4.AccessTokenValidation" Version =" 3.0.1" />
38
38
<PackageReference Include =" IdentityServer4" Version =" 4.1.2" />
39
- </ItemGroup >
40
- <ItemGroup >
39
+ <PackageReference Include =" System.Text.Encodings.Web" Version =" 8.0.0" />
41
40
<PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
42
41
</ItemGroup >
43
42
<!-- Conditionally obtain references for the net 6.0 target -->
44
43
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
45
44
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.35" />
46
- <PackageReference Include =" System.Text.Encodings.Web" Version =" 6.0.0" />
47
45
</ItemGroup >
48
46
<!-- Conditionally obtain references for the net 7.0 target -->
49
47
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
50
48
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.20" />
51
- <PackageReference Include =" System.Text.Encodings.Web" Version =" 7.0.0" />
52
49
</ItemGroup >
53
50
<!-- Conditionally obtain references for the net 8.0 target -->
54
51
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
55
52
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.10" />
56
- <PackageReference Include =" System.Text.Encodings.Web" Version =" 8.0.0" />
57
53
</ItemGroup >
58
54
</Project >
Original file line number Diff line number Diff line change 37
37
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" >
38
38
<PrivateAssets >all</PrivateAssets >
39
39
</PackageReference >
40
- </ItemGroup >
41
- <ItemGroup >
40
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
42
41
<PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
43
42
</ItemGroup >
44
43
<!-- Conditionally obtain references for the net 6.0 target -->
45
44
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
46
45
<PackageReference Include =" Microsoft.AspNetCore.MiddlewareAnalysis" Version =" 6.0.35" />
47
- <PackageReference Include =" System.Text.Json" Version =" 6.0.9" />
48
46
</ItemGroup >
49
47
<!-- Conditionally obtain references for the net 7.0 target -->
50
48
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
51
49
<PackageReference Include =" Microsoft.AspNetCore.MiddlewareAnalysis" Version =" 7.0.20" />
52
- <PackageReference Include =" System.Text.Json" Version =" 7.0.4" />
53
50
</ItemGroup >
54
51
<!-- Conditionally obtain references for the net 8.0 target -->
55
52
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
56
53
<PackageReference Include =" Microsoft.AspNetCore.MiddlewareAnalysis" Version =" 8.0.10" />
57
- <PackageReference Include =" System.Text.Json" Version =" 8.0.0" />
58
54
</ItemGroup >
59
55
<ItemGroup >
60
56
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
You can’t perform that action at this time.
0 commit comments