aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Examples/project.json')
-rw-r--r--src/csharp/Grpc.Examples/project.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json
new file mode 100644
index 0000000000..c78de89cf8
--- /dev/null
+++ b/src/csharp/Grpc.Examples/project.json
@@ -0,0 +1,24 @@
+{
+ "compile": "**/*.cs",
+
+ "content": "../nativelibs/**",
+
+ "dependencies": {
+ "Grpc.Core": "0.0.1",
+ "Google.Protobuf": "3.0.0-beta2"
+ },
+ "frameworks": {
+ "net45": { },
+ "dotnet54": {
+ "imports": [
+ "portable-net45"
+ ],
+ "dependencies": {
+ "Microsoft.NETCore.App": {
+ "type": "platform",
+ "version": "1.0.0-rc2-23931"
+ }
+ }
+ }
+ }
+}