Skip to content

Commit 2060c3c

Browse files
authored
Bump Grpc versions & add netstandard2.0 target to ClientFactory (#177)
* Bump Grpc versions * Add netstandard2.0 target to ClientFactory
1 parent 18ddc42 commit 2060c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
<ExampleRefs>local</ExampleRefs> <!-- local or nuget-->
2929
<PBGRPCLibVersion>1.0.147</PBGRPCLibVersion>
30-
<GrpcDotNetVersion>2.36.0</GrpcDotNetVersion>
30+
<GrpcDotNetVersion>2.37.0</GrpcDotNetVersion>
3131
<GoogleProtobufVersion>3.15.6</GoogleProtobufVersion>
32-
<GrpcVersion>2.36.1</GrpcVersion>
32+
<GrpcVersion>2.37.0</GrpcVersion>
3333

3434
<ProtoBufNet2Version>2.4.6</ProtoBufNet2Version>
3535
<ProtoBufNet3Version>3.0.101</ProtoBufNet3Version>

src/protobuf-net.Grpc.ClientFactory/protobuf-net.Grpc.ClientFactory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<RootNamespace>ProtoBuf.Grpc.ClientFactory</RootNamespace>
66
<LangVersion>preview</LangVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)