From 5f91454587243bb4e083c7407253536419b4f37b Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Wed, 16 Dec 2020 12:56:14 +1300 Subject: [PATCH] Update to .NET 5 --- .../Google.Protobuf.Benchmarks.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj b/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj index 73042f358c47..ac8e009adc3d 100644 --- a/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj +++ b/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 ../../keys/Google.Protobuf.snk true False diff --git a/global.json b/global.json index 16f71a741fa7..a9a00d04f81f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.0.100", + "version": "5.0.100", "rollForward": "latestMinor" } }