update Protobuf to 3.0.0 in project.json projects

pull/8107/head
Jan Tattermusch 9 years ago
parent e1fde33593
commit d95ae3749d
  1. 2
      src/csharp/Grpc.Examples/project.json
  2. 6
      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": {

@ -1,5 +1,5 @@
{ {
"version": "1.0.1-pre1", "version": "1.1.0-dev",
"title": "gRPC C# Healthchecking", "title": "gRPC C# Healthchecking",
"authors": [ "Google Inc." ], "authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.", "copyright": "Copyright 2015, Google Inc.",
@ -22,8 +22,8 @@
} }
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "1.0.1-pre1", "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