From 0c52335587fb8ccafd12c8b65d34ab1aeeb62331 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 22 Jan 2018 07:53:48 +0000 Subject: Update .NET SDK to 2.0.3 This will allow SourceLink as per #4179, and mean that we can use C# 7.0 language features in the library (but not in generated code). This does not affect which platforms we're *targeting*, so end users won't see any difference. It would be nice to update to 2.1.4, but AppVeyor's "Visual Studio 2017" environment is only 2.0.3. --- csharp/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') diff --git a/csharp/global.json b/csharp/global.json index 3622b564..5ab775b9 100644 --- a/csharp/global.json +++ b/csharp/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "1.0.0" + "version": "2.0.3" } } -- cgit v1.2.3