Skip to content

Commit

Permalink
Fix System.Text.Json vulnerability warning (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Oct 10, 2024
1 parent b88713e commit 5fffc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<PackageVersion Include="System.Memory" Version="4.5.3" />
<PackageVersion Include="System.Net.Http.WinHttpHandler" Version="8.0.0" />
<PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageVersion Include="System.Text.Json" Version="6.0.10" />
<PackageVersion Include="System.Threading.Channels" Version="4.6.0" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion src/dotnet-grpc/dotnet-grpc.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Command line tool for gRPC projects</Description>
<PackageTags>gRPC RPC CLI</PackageTags>
Expand Down Expand Up @@ -26,6 +26,7 @@
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="System.CommandLine.Rendering" />
<PackageReference Include="System.Security.Principal.Windows" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="Microsoft.Win32.Registry" />
</ItemGroup>

Expand Down

0 comments on commit 5fffc48

Please sign in to comment.