aboutsummaryrefslogtreecommitdiff
path: root/csharp/global.json
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-03 12:11:19 -0700
committerGitHub <noreply@github.com>2018-08-03 12:11:19 -0700
commit199d6f6ea87974a9f80187cefe48f57201b2adf2 (patch)
tree7b8ae4ac74a0879efc7c25e62f265e5d99652b55 /csharp/global.json
parent48cb18e5c419ddd23d9badcfe4e9df7bde1979b2 (diff)
parent149e31a6c046236c2d7d2fc8e2997270ae10fc3d (diff)
downloadprotobuf-199d6f6ea87974a9f80187cefe48f57201b2adf2.tar.gz
protobuf-199d6f6ea87974a9f80187cefe48f57201b2adf2.tar.bz2
protobuf-199d6f6ea87974a9f80187cefe48f57201b2adf2.zip
Merge pull request #4997 from jtattermusch/backport_nuget_building
Backport building C# nuget to 3.6.x branch
Diffstat (limited to 'csharp/global.json')
-rw-r--r--csharp/global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/global.json b/csharp/global.json
index 5ab775b9..080dcb94 100644
--- a/csharp/global.json
+++ b/csharp/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "2.0.3"
+ "version": "2.1.3"
}
}