diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-09-09 18:14:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 18:14:49 +0200 |
commit | eeb21d1fae572bcfb75ca25ff344047b28a421a2 (patch) | |
tree | 59c83784180d797844f936e0552f913d1cecac58 /src/csharp/Grpc.Examples.MathClient/project.json | |
parent | 1b5f057995fb2b53746db281ae519d9ae475d24c (diff) | |
parent | e4e30f8813c0a6ffce9bb9db1eb21de6ebbc897e (diff) |
Merge pull request #8039 from jtattermusch/dotnetcli_distribtest_prototype
Dotnet CLI distrib tests and associated cleanup.
Diffstat (limited to 'src/csharp/Grpc.Examples.MathClient/project.json')
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/project.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/csharp/Grpc.Examples.MathClient/project.json b/src/csharp/Grpc.Examples.MathClient/project.json index c0725a1468..628f532966 100644 --- a/src/csharp/Grpc.Examples.MathClient/project.json +++ b/src/csharp/Grpc.Examples.MathClient/project.json @@ -42,11 +42,6 @@ } } }, - "runtimes": { - "win7-x64": { }, - "debian.8-x64": { }, - "osx.10.11-x64": { } - }, "dependencies": { "Grpc.Examples": { @@ -57,8 +52,10 @@ "net45": { }, "netcoreapp1.0": { "dependencies": { - "Microsoft.NETCore.App": "1.0.0", - "NETStandard.Library": "1.6.0" + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0" + } } } } |