From 4bc336d6cc53ae5736ab869c3070fa6675f0b60a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 27 Feb 2018 11:00:56 +0100 Subject: [PATCH 1/2] fix build in newer dotnet SDK versions --- .../Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index c02c9844e3d..ba2107a5769 100755 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -19,7 +19,7 @@ - + From 18326176f022998932dad3522af5d1d4cb59df5a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 27 Feb 2018 11:16:42 +0100 Subject: [PATCH 2/2] Use newest dotnet SDK to build C# --- src/csharp/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csharp/global.json b/src/csharp/global.json index e4b797ee8ef..815be4bfb90 100644 --- a/src/csharp/global.json +++ b/src/csharp/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "1.0.0" + "version": "2.1.4" } }