aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/project.json b/src/csharp/Grpc.IntegrationTesting.Server/project.json
new file mode 100644
index 0000000000..e023a9815b
--- /dev/null
+++ b/src/csharp/Grpc.IntegrationTesting.Server/project.json
@@ -0,0 +1,15 @@
+{
+ "compile": "**/*.cs",
+ "compilationOptions": {
+ "emitEntryPoint": true
+ },
+
+ "content": "../nativelibs/**",
+
+ "dependencies": {
+ "Grpc.IntegrationTesting": "1.0.0"
+ },
+ "frameworks": {
+ "net45": { }
+ }
+}