aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/DistribTest/project.json
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-09-12 11:11:32 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-09-12 11:11:32 -0700
commit3951f2e05b44643b5a55f25b3c9233b60c299e83 (patch)
treea9a1671edd82586f7e248e425e039cf3cfd47572 /test/distrib/csharp/DistribTest/project.json
parent75e3ce645c3fbe315a8384c2cc952467826623e0 (diff)
parentec5c93cabfbf535be2528df55ca8bb4500e6bc9b (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.json22
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"
+ }
+ }
+ }
+ }
+}