aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-08-08 12:53:13 +0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-08-13 14:13:46 +0800
commit7e037f7ae98f6fde0ca78f1c911151b9fd1af4a2 (patch)
tree20269c3ec04d3c3d42380fb508336844261b90cd /templates
parentf45dd74b0151ce934b896eb1676302f80ab38032 (diff)
use CommandLineParser with CoreCLR support
Diffstat (limited to 'templates')
-rw-r--r--templates/src/csharp/Grpc.IntegrationTesting/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
index 0a7d5e9af4..1cb5ca4ba3 100644
--- a/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
+++ b/templates/src/csharp/Grpc.IntegrationTesting/project.json.template
@@ -10,7 +10,7 @@
"target": "project"
},
"Google.Protobuf": "3.0.0-beta3",
- "CommandLineParser": "1.9.71",
+ "CommandLineParser.Unofficial": "2.0.275",
"NUnit": "3.2.0",
"NUnitLite": "3.2.0-*"
},