update project.json projects to System.Interactive.Async 3.1.1

pull/8808/head
Jan Tattermusch 8 years ago
parent 57cc83e203
commit f8c43a0b34
  1. 2
      src/csharp/Grpc.Core/project.json
  2. 2
      templates/src/csharp/Grpc.Core/project.json.template

@ -31,7 +31,7 @@
"xmlDoc": true
},
"dependencies": {
"System.Interactive.Async": "3.0.0"
"System.Interactive.Async": "3.1.1"
},
"frameworks": {
"net45": { },

@ -33,7 +33,7 @@
"xmlDoc": true
},
"dependencies": {
"System.Interactive.Async": "3.0.0"
"System.Interactive.Async": "3.1.1"
},
"frameworks": {
"net45": { },

Loading…
Cancel
Save