aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-02-02 06:30:29 -0800
committerGravatar GitHub <noreply@github.com>2017-02-02 06:30:29 -0800
commitb70c06dd3b560258ca7197be9b5613167e96501b (patch)
tree508c57ee6ad1937ea5398c5a9299fc8bd2fcfb5f /src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json
parentafe67c0b8571d9b555529a2ca2b5946fd4d6e99a (diff)
parent2b2723bbcea6027fc0e2eec276716ac1cbefad65 (diff)
Merge pull request #9519 from jtattermusch/csharp_test_doubles
Add a way to create testing doubles for C# calls.
Diffstat (limited to 'src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json')
-rw-r--r--src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json
new file mode 100644
index 0000000000..c2f5bcb163
--- /dev/null
+++ b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.project.json
@@ -0,0 +1,8 @@
+{
+ "frameworks": {
+ "net45": { }
+ },
+ "runtimes": {
+ "win": { }
+ }
+}