diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
commit | 05fd4fe0436fadeb7c10bba2c326c9687d485a8d (patch) | |
tree | 27a37a9398c80583cda23504725cfc78020594a0 /src/csharp/Grpc.Examples/project.json | |
parent | 0224dcc2dcda932a171776de325fa2e66c95478f (diff) | |
parent | 60e98ec3feab9cc347d6eacb48fb98cecb88c089 (diff) |
Merge branch 'master' into epoll_changes
Diffstat (limited to 'src/csharp/Grpc.Examples/project.json')
-rw-r--r-- | src/csharp/Grpc.Examples/project.json | 27 |
1 files changed, 27 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..7d3f4dcbb1 --- /dev/null +++ b/src/csharp/Grpc.Examples/project.json @@ -0,0 +1,27 @@ +{ + "buildOptions": { + }, + + "dependencies": { + "Grpc.Core": { + "target": "project" + }, + "Google.Protobuf": "3.0.0-beta3" + }, + "frameworks": { + "net45": { + "frameworkAssemblies": { + "System.Runtime": "", + "System.IO": "" + } + }, + "netstandard1.5": { + "imports": [ + "portable-net45" + ], + "dependencies": { + "NETStandard.Library": "1.5.0-rc2-24027" + } + } + } +} |