aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.StressClient
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-08-02 15:10:42 +0800
committerGravatar GitHub <noreply@github.com>2016-08-02 15:10:42 +0800
commitbaa8c31984ab822fee6bd8ff1cf897d746decd29 (patch)
tree59d0d6e71e61d45974ff62692a84445a89530043 /src/csharp/Grpc.IntegrationTesting.StressClient
parentb5077808fee4f39f1a852aa20745335369a2fbaf (diff)
parent0a5a0cab7b9823fa5e929379fe6a4e6b59beaa10 (diff)
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
Update .NET core dependencies to RTM
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"
}
}
}