aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-11-21 19:38:52 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-11-21 19:38:52 +0100
commitf8c43a0b34cbe34954469c294c7f55d8574160da (patch)
treee64e3233f54b9586e4f760bfbd5ff94744364264 /templates/src/csharp
parent57cc83e20305a775d5d709d9af98f52d42284cd0 (diff)
update project.json projects to System.Interactive.Async 3.1.1
Diffstat (limited to 'templates/src/csharp')
-rw-r--r--templates/src/csharp/Grpc.Core/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core/project.json.template b/templates/src/csharp/Grpc.Core/project.json.template
index fcbef536c6..f8d3cf490b 100644
--- a/templates/src/csharp/Grpc.Core/project.json.template
+++ b/templates/src/csharp/Grpc.Core/project.json.template
@@ -33,7 +33,7 @@
"xmlDoc": true
},
"dependencies": {
- "System.Interactive.Async": "3.0.0"
+ "System.Interactive.Async": "3.1.1"
},
"frameworks": {
"net45": { },