diff options
author | Yuchen Zeng <zyc@google.com> | 2016-09-15 15:15:06 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-09-15 15:15:06 -0700 |
commit | 5bb81aa4a435ae95ac6b732fdf4ab1f84bd9e224 (patch) | |
tree | a03f27aa2da1af682bcf5b09ee0ec64a349a75a9 /templates/src/csharp/Grpc.Core.Tests/project.json.template | |
parent | f7c45aea5367c1340b1c05b6011528f2f9e39d43 (diff) | |
parent | b410f80bc4603fd749e2f9f81d5ab7d20990258d (diff) |
Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent
Diffstat (limited to 'templates/src/csharp/Grpc.Core.Tests/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.Core.Tests/project.json.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.Core.Tests/project.json.template b/templates/src/csharp/Grpc.Core.Tests/project.json.template index 3452d6b4b0..8a3e0755ff 100644 --- a/templates/src/csharp/Grpc.Core.Tests/project.json.template +++ b/templates/src/csharp/Grpc.Core.Tests/project.json.template @@ -20,8 +20,10 @@ "portable-net45" ], "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "NETStandard.Library": "1.6.0" + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0" + } } } }, |