aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/packages.config
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-08-14 17:39:26 +0800
committerGravatar GitHub <noreply@github.com>2016-08-14 17:39:26 +0800
commit92b9d21f835b4d40427dde200c5c7ded938895e2 (patch)
tree5a286cfa82160da486bc307e4da2adc00bcf5a4b /src/csharp/Grpc.IntegrationTesting/packages.config
parentcb21e8be4e756e06f2f388c134edc44a36ba4ed5 (diff)
parent90cbde88c9a43e4edf1e56e177114c0533067146 (diff)
Merge pull request #7671 from jtattermusch/coreclr_commandlineparser
Use CommandLineParser that supports CoreCLR
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/packages.config')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/packages.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/packages.config b/src/csharp/Grpc.IntegrationTesting/packages.config
index a78af9dc88..8bf9dd4937 100644
--- a/src/csharp/Grpc.IntegrationTesting/packages.config
+++ b/src/csharp/Grpc.IntegrationTesting/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BouncyCastle" version="1.7.0" targetFramework="net45" />
- <package id="CommandLineParser" version="1.9.71" targetFramework="net45" />
+ <package id="CommandLineParser.Unofficial" version="2.0.275" targetFramework="net45" />
<package id="Google.Apis.Auth" version="1.15.0" targetFramework="net45" />
<package id="Google.Apis.Core" version="1.15.0" targetFramework="net45" />
<package id="Google.Protobuf" version="3.0.0-beta3" targetFramework="net45" />