upgrade protobuf to 3.0.0-beta3 in project.json files

pull/6104/head
Jan Tattermusch 9 years ago
parent 5ff32fa9fd
commit ae7b048de4
  1. 2
      src/csharp/Grpc.Examples/project.json
  2. 2
      src/csharp/Grpc.HealthCheck/project.json
  3. 2
      src/csharp/Grpc.IntegrationTesting/project.json

@ -5,7 +5,7 @@
"dependencies": {
"Grpc.Core": "0.0.1",
"Google.Protobuf": "3.0.0-beta2"
"Google.Protobuf": "3.0.0-beta3"
},
"frameworks": {
"net45": { },

@ -16,7 +16,7 @@
"dependencies": {
"Grpc.Core": "0.14.0-anexperiment",
"Google.Protobuf": "3.0.0-beta2"
"Google.Protobuf": "3.0.0-beta3"
},
"frameworks": {
"net45": { },

@ -9,7 +9,7 @@
"dependencies": {
"Grpc.Auth": "0.0.1",
"Grpc.Core": "0.0.1",
"Google.Protobuf": "3.0.0-beta2",
"Google.Protobuf": "3.0.0-beta3",
"CommandLineParser": "1.9.71",
"Moq": "4.2.1510.2205",
"NUnit": "3.2.0",

Loading…
Cancel
Save