update Protobuf to 3.0.0 in project.json projects

pull/7986/head
Jan Tattermusch 9 years ago
parent 9ed4098925
commit d059de7c55
  1. 2
      src/csharp/Grpc.Examples/project.json
  2. 2
      src/csharp/Grpc.HealthCheck/project.json
  3. 2
      src/csharp/Grpc.IntegrationTesting/project.json
  4. 2
      templates/src/csharp/Grpc.Examples/project.json.template
  5. 2
      templates/src/csharp/Grpc.HealthCheck/project.json.template
  6. 2
      templates/src/csharp/Grpc.IntegrationTesting/project.json.template

@ -11,7 +11,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0-beta3" "Google.Protobuf": "3.0.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {

@ -23,7 +23,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "1.1.0-dev", "Grpc.Core": "1.1.0-dev",
"Google.Protobuf": "3.0.0-beta3" "Google.Protobuf": "3.0.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {

@ -57,7 +57,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0-beta3", "Google.Protobuf": "3.0.0",
"CommandLineParser.Unofficial": "2.0.275", "CommandLineParser.Unofficial": "2.0.275",
"NUnit": "3.2.0", "NUnit": "3.2.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.2.0-*"

@ -6,7 +6,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0-beta3" "Google.Protobuf": "3.0.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {

@ -25,7 +25,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "${settings.csharp_version}", "Grpc.Core": "${settings.csharp_version}",
"Google.Protobuf": "3.0.0-beta3" "Google.Protobuf": "3.0.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {

@ -9,7 +9,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0-beta3", "Google.Protobuf": "3.0.0",
"CommandLineParser.Unofficial": "2.0.275", "CommandLineParser.Unofficial": "2.0.275",
"NUnit": "3.2.0", "NUnit": "3.2.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.2.0-*"

Loading…
Cancel
Save