File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 82
82
<PackageVersion Include =" System.Memory" Version =" 4.5.3" />
83
83
<PackageVersion Include =" System.Net.Http.WinHttpHandler" Version =" 8.0.0" />
84
84
<PackageVersion Include =" System.Security.Principal.Windows" Version =" 5.0.0" />
85
+ <PackageVersion Include =" System.Text.Json" Version =" 6.0.10" />
85
86
<PackageVersion Include =" System.Threading.Channels" Version =" 4.6.0" />
86
87
</ItemGroup >
87
88
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >Command line tool for gRPC projects</Description >
4
4
<PackageTags >gRPC RPC CLI</PackageTags >
26
26
<PackageReference Include =" Microsoft.Build.Locator" />
27
27
<PackageReference Include =" System.CommandLine.Rendering" />
28
28
<PackageReference Include =" System.Security.Principal.Windows" />
29
+ <PackageReference Include =" System.Text.Json" />
29
30
<PackageReference Include =" Microsoft.Win32.Registry" />
30
31
</ItemGroup >
31
32
You can’t perform that action at this time.
0 commit comments