aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core.Tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-22 15:32:05 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-07-30 04:16:07 +0800
commit660333a87b5c95e9e2ab40d9629e8f7727e5fbec (patch)
tree7d5ca2666f1a6c4600f4cdb12da96f009e4a4f5d /templates/src/csharp/Grpc.Core.Tests
parent623e4fc0ccf75e15c66509f687bc2f4e9d0120a0 (diff)
update project.json templates to RTM .NET core nugets
Diffstat (limited to 'templates/src/csharp/Grpc.Core.Tests')
-rw-r--r--templates/src/csharp/Grpc.Core.Tests/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core.Tests/project.json.template b/templates/src/csharp/Grpc.Core.Tests/project.json.template
index bc9fa3e63a..004265e19d 100644
--- a/templates/src/csharp/Grpc.Core.Tests/project.json.template
+++ b/templates/src/csharp/Grpc.Core.Tests/project.json.template
@@ -17,7 +17,7 @@
"portable-net45"
],
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-24027"
+ "NETStandard.Library": "1.6.0"
}
}
},