From e2ea242d648e2967d195a6ba46950588e309a7d0 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 29 Nov 2022 09:58:50 +0000 Subject: [PATCH] Pre-emptively suppress target framework EOL warnings We may want to remove .NET 5 support some time in 2023, but there's no rush to do so. --- csharp/src/Google.Protobuf/Google.Protobuf.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index bed643fd49bd..5de33586db01 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -9,6 +9,12 @@ 10.0 Google Inc. netstandard1.1;netstandard2.0;net45;net50 + + false true ../../keys/Google.Protobuf.snk true