aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.StressClient
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-22 15:33:29 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-30 04:16:09 +0800
commit3fc8c8a9ff0402e3aa699c8ae4f9acf893c61fc9 (patch)
treeffc1b4d2dadcf12fb94a63813febca92b51e8c43 /src/csharp/Grpc.IntegrationTesting.StressClient
parent36d15404f56760e0756d146fa2dc03d2dc72d09a (diff)
regenerate
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.StressClient/project.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
index 6b61a4b76e..287950720f 100644
--- a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json
@@ -57,13 +57,14 @@
},
"frameworks": {
"net45": { },
- "netstandard1.5": {
+ "netcoreapp1.0": {
"imports": [
"portable-net45",
"net45"
],
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-24027"
+ "Microsoft.NETCore.App": "1.0.0",
+ "NETStandard.Library": "1.6.0"
}
}
}