Skip to content

Commit 9ae0cc4

Browse files
committed
Bump System.Text.Json to 8.0.5
Bump System.Text.Encodings.Web to 8.0.0
1 parent aae932c commit 9ae0cc4

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/Ocelot.Administration/Ocelot.Administration.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,19 @@
3636
</PackageReference>
3737
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
3838
<PackageReference Include="IdentityServer4" Version="4.1.2" />
39-
</ItemGroup>
40-
<ItemGroup>
39+
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
4140
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
4241
</ItemGroup>
4342
<!-- Conditionally obtain references for the net 6.0 target -->
4443
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
4544
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.35" />
46-
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
4745
</ItemGroup>
4846
<!-- Conditionally obtain references for the net 7.0 target -->
4947
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
5048
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.20" />
51-
<PackageReference Include="System.Text.Encodings.Web" Version="7.0.0" />
5249
</ItemGroup>
5350
<!-- Conditionally obtain references for the net 8.0 target -->
5451
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
5552
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
56-
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
5753
</ItemGroup>
5854
</Project>

src/Ocelot/Ocelot.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,20 @@
3737
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
3838
<PrivateAssets>all</PrivateAssets>
3939
</PackageReference>
40-
</ItemGroup>
41-
<ItemGroup>
40+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4241
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
4342
</ItemGroup>
4443
<!-- Conditionally obtain references for the net 6.0 target -->
4544
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
4645
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="6.0.35" />
47-
<PackageReference Include="System.Text.Json" Version="6.0.9" />
4846
</ItemGroup>
4947
<!-- Conditionally obtain references for the net 7.0 target -->
5048
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
5149
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="7.0.20" />
52-
<PackageReference Include="System.Text.Json" Version="7.0.4" />
5350
</ItemGroup>
5451
<!-- Conditionally obtain references for the net 8.0 target -->
5552
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
5653
<PackageReference Include="Microsoft.AspNetCore.MiddlewareAnalysis" Version="8.0.10" />
57-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
5854
</ItemGroup>
5955
<ItemGroup>
6056
<None Include="..\..\README.md" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)