From 040b2a6d078910d0ba6192097c84aad82abc6181 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 27 May 2020 13:59:29 +0200 Subject: [PATCH] C# project cleanup --- csharp/src/Google.Protobuf/Google.Protobuf.csproj | 2 +- global.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 3ceb832cc7..a5e14aa973 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -31,7 +31,7 @@ - + diff --git a/global.json b/global.json index 1c02f0719a..16f71a741f 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "3.0.100" + "version": "3.0.100", + "rollForward": "latestMinor" } }