diff options
author | Mark D. Roth <roth@google.com> | 2016-09-13 11:10:51 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-13 11:10:51 -0700 |
commit | 1beb35b24b277598b9101f122de4cf8400973e96 (patch) | |
tree | 4b7be1b7ae067a4e6182fd48b197f560e0ec9720 /templates/src/csharp/Grpc.Examples.MathClient/project.json.template | |
parent | 38525a9a082df5c8a61efe046cde9cb14ae4170c (diff) | |
parent | 46131d849efa3fabace12e1dcd2c17d9f1fee35e (diff) |
Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2
Diffstat (limited to 'templates/src/csharp/Grpc.Examples.MathClient/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.Examples.MathClient/project.json.template | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/src/csharp/Grpc.Examples.MathClient/project.json.template b/templates/src/csharp/Grpc.Examples.MathClient/project.json.template index 67151dbcfa..ae4ea2aaac 100644 --- a/templates/src/csharp/Grpc.Examples.MathClient/project.json.template +++ b/templates/src/csharp/Grpc.Examples.MathClient/project.json.template @@ -10,12 +10,11 @@ "frameworks": { "net45": { }, "netcoreapp1.0": { - "imports": [ - "portable-net45" - ], "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "NETStandard.Library": "1.6.0" + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0" + } } } } |