aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core/project.json.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-11-22 09:08:23 +0100
committerGravatar GitHub <noreply@github.com>2016-11-22 09:08:23 +0100
commit1864870ef0378273c9464a7fcca26b23b8da1e92 (patch)
tree81f87a93855f4b9201d174be664305e7eb7b08da /templates/src/csharp/Grpc.Core/project.json.template
parent2ef2d2a516344f3f46858e8badda842ee6a69d18 (diff)
parente7099c88352813188d8fb20ec24dd3992c75f2c4 (diff)
Merge pull request #8808 from jtattermusch/update_async_311
C#: Update System.Interactive.Async to 3.1.1
Diffstat (limited to 'templates/src/csharp/Grpc.Core/project.json.template')
-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": { },