diff options
author | Yuchen Zeng <zyc@google.com> | 2016-09-12 11:11:32 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-09-12 11:11:32 -0700 |
commit | 3951f2e05b44643b5a55f25b3c9233b60c299e83 (patch) | |
tree | a9a1671edd82586f7e248e425e039cf3cfd47572 /test/distrib/csharp/DistribTest/project.json | |
parent | 75e3ce645c3fbe315a8384c2cc952467826623e0 (diff) | |
parent | ec5c93cabfbf535be2528df55ca8bb4500e6bc9b (diff) |
Merge remote-tracking branch 'upstream/master' into cli_list
Diffstat (limited to 'test/distrib/csharp/DistribTest/project.json')
-rw-r--r-- | test/distrib/csharp/DistribTest/project.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/distrib/csharp/DistribTest/project.json b/test/distrib/csharp/DistribTest/project.json new file mode 100644 index 0000000000..09266e5d4d --- /dev/null +++ b/test/distrib/csharp/DistribTest/project.json @@ -0,0 +1,22 @@ +{ + "buildOptions": { + "emitEntryPoint": true + }, + "dependencies": { + "Grpc.Auth": "__GRPC_NUGET_VERSION__", + "Grpc.Core": "__GRPC_NUGET_VERSION__", + // Necessary for native deps to get copied correctly. + "Microsoft.NETCore.Platforms": "1.0.1" + }, + "frameworks": { + "net45": { }, + "netcoreapp1.0": { + "dependencies": { + "Microsoft.NETCore.App": { + "type": "platform", + "version": "1.0.0" + } + } + } + } +} |