diff options
author | Alexander Polcyn <apolcyn@google.com> | 2016-07-27 14:43:33 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2016-08-02 23:53:09 -0700 |
commit | 86e40c6e353ec07f928a0d8c15d368f3f0c6a84b (patch) | |
tree | a1a8b0551a446292c581aa0c889fe68a11995714 /src | |
parent | 84f0f791e9802a44dae1424c29dde3c5a13a6538 (diff) |
update templates to not include runtime sections in project.json
Diffstat (limited to 'src')
-rw-r--r-- | src/csharp/Grpc.Examples/project.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples/project.json b/src/csharp/Grpc.Examples/project.json index 48ec530abb..5329f390e4 100644 --- a/src/csharp/Grpc.Examples/project.json +++ b/src/csharp/Grpc.Examples/project.json @@ -1,6 +1,11 @@ { "buildOptions": { }, + "runtimes": { + "win7-x64": { }, + "debian.8-x64": { }, + "osx.10.11-x64": { } + }, "dependencies": { "Grpc.Core": { |