From fd202c02a6fbb5f6d5330e4a416f3b3aa8d94a9f Mon Sep 17 00:00:00 2001 From: theodorerose Date: Thu, 30 Jun 2022 15:51:09 +0000 Subject: [PATCH] fix C# minimum lang version to 10.0 --- csharp/src/Google.Protobuf/Google.Protobuf.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 5517b0030c..37d86ce043 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -5,8 +5,7 @@ Copyright 2015, Google Inc. Google Protocol Buffers 3.21.2 - - 7.2 + 10.0 Google Inc. netstandard1.1;netstandard2.0;net45;net50 true