diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-11-22 09:08:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 09:08:23 +0100 |
commit | 1864870ef0378273c9464a7fcca26b23b8da1e92 (patch) | |
tree | 81f87a93855f4b9201d174be664305e7eb7b08da /templates/src/csharp | |
parent | 2ef2d2a516344f3f46858e8badda842ee6a69d18 (diff) | |
parent | e7099c88352813188d8fb20ec24dd3992c75f2c4 (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')
-rw-r--r-- | templates/src/csharp/Grpc.Core/project.json.template | 2 |
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": { }, |