aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/DistribTest/project.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-12 22:57:29 -0700
commitebe7c176133f237f5b3df1bc12fdfb6fd692b25c (patch)
tree9fef9f1280b52502cd05277e67e3ebde7543e185 /test/distrib/csharp/DistribTest/project.json
parent331b9c02f9372ef832e612d48b90991c181ba8a7 (diff)
parent6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
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"
+ }
+ }
+ }
+ }
+}