aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2018-01-22 07:53:48 +0000
committerGravatar Jon Skeet <skeet@pobox.com>2018-01-25 19:42:15 +0000
commit0c52335587fb8ccafd12c8b65d34ab1aeeb62331 (patch)
tree8220285151799f7c5c39e0ba60568e0fad7f7848 /csharp
parent94f3be06ba78bd22e58f84f7a8a7ee807a88c3c8 (diff)
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.
Diffstat (limited to 'csharp')
-rw-r--r--csharp/global.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}