File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<ItemGroup >
4
- <PackageVersion Include =" Google.Protobuf" Version =" 3.23.4 " />
5
- <PackageVersion Include =" Grpc.Net.Client" Version =" 2.55 .0" />
6
- <PackageVersion Include =" Grpc.Tools" Version =" 2.56.2 " />
4
+ <PackageVersion Include =" Google.Protobuf" Version =" 3.24.2 " />
5
+ <PackageVersion Include =" Grpc.Net.Client" Version =" 2.56 .0" />
6
+ <PackageVersion Include =" Grpc.Tools" Version =" 2.57.0 " />
7
7
<PackageVersion Include =" System.Text.Json" Version =" 7.0.3" />
8
8
<PackageVersion Include =" Microsoft.Bcl.HashCode" Version =" 1.1.1" />
9
9
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0;netstandard2.0</TargetFrameworks >
4
+ <!-- We target net462 directly since the net462 version of Grpc.Net.Client automatically uses WinHttpHandler -->
5
+ <TargetFrameworks >net6.0;netstandard2.0;net462</TargetFrameworks >
5
6
<TargetFrameworks Condition =" '$(DeveloperBuild)' == 'True'" >net6.0</TargetFrameworks >
6
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
8
<AnalysisMode >All</AnalysisMode >
You can’t perform that action at this time.
0 commit comments