diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-30 14:29:18 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-30 14:29:18 -0700 |
commit | 3a2ef9ded10f4071e15cd2927bf417779e4e50fc (patch) | |
tree | 0f85b312003f5a3de4306350f68fa6f567bee0e7 /src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json | |
parent | 09c464a1424067fc3b5e5f0b1280a8f8c3444342 (diff) | |
parent | a5596db1a53723789d7c90c23d9cbfbb8207f949 (diff) |
Merge github.com:grpc/grpc into delayed-write
Diffstat (limited to 'src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json')
-rw-r--r-- | src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json new file mode 100644 index 0000000000..c2f5bcb163 --- /dev/null +++ b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.project.json @@ -0,0 +1,8 @@ +{ + "frameworks": { + "net45": { } + }, + "runtimes": { + "win": { } + } +} |