aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/project.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/project.json b/src/csharp/Grpc.IntegrationTesting/project.json
new file mode 100644
index 0000000000..f2cda96e7b
--- /dev/null
+++ b/src/csharp/Grpc.IntegrationTesting/project.json
@@ -0,0 +1,21 @@
+{
+ "compile": "**/*.cs",
+ "compilationOptions": {
+ "emitEntryPoint": true
+ },
+
+ "content": "../nativelibs/**",
+
+ "dependencies": {
+ "Grpc.Auth": "0.0.1",
+ "Grpc.Core": "0.0.1",
+ "Google.Protobuf": "3.0.0-beta2",
+ "CommandLineParser": "1.9.71",
+ "Moq": "4.2.1510.2205",
+ "NUnit": "3.2.0",
+ "NUnitLite": "3.2.0-*"
+ },
+ "frameworks": {
+ "net45": { }
+ }
+}