File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/protobuf-net.Grpc.ClientFactory Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<ExampleRefs >local</ExampleRefs > <!-- local or nuget-->
29
29
<PBGRPCLibVersion >1.0.147</PBGRPCLibVersion >
30
- <GrpcDotNetVersion >2.36 .0</GrpcDotNetVersion >
30
+ <GrpcDotNetVersion >2.37 .0</GrpcDotNetVersion >
31
31
<GoogleProtobufVersion >3.15.6</GoogleProtobufVersion >
32
- <GrpcVersion >2.36.1 </GrpcVersion >
32
+ <GrpcVersion >2.37.0 </GrpcVersion >
33
33
34
34
<ProtoBufNet2Version >2.4.6</ProtoBufNet2Version >
35
35
<ProtoBufNet3Version >3.0.101</ProtoBufNet3Version >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
4
+ <TargetFrameworks >netstandard2.0;netstandard2. 1</TargetFrameworks >
5
5
<RootNamespace >ProtoBuf.Grpc.ClientFactory</RootNamespace >
6
6
<LangVersion >preview</LangVersion >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments