Skip to content

Commit

Permalink
updgrade C# project.json to protobuf 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Mar 7, 2017
1 parent d687e92 commit 766c97a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/csharp/Grpc.Examples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Grpc.Core": {
"target": "project"
},
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/Grpc.HealthCheck/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"Grpc.Core": "1.2.0-dev",
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/Grpc.IntegrationTesting/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"Grpc.Core": {
"target": "project"
},
"Google.Protobuf": "3.0.0",
"Google.Protobuf": "3.2.0",
"CommandLineParser.Unofficial": "2.0.275",
"Moq": "4.6.38-alpha",
"NUnit": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/csharp/Grpc.Reflection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"Grpc.Core": "1.2.0-dev",
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down
2 changes: 1 addition & 1 deletion templates/src/csharp/Grpc.Examples/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Grpc.Core": {
"target": "project"
},
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Grpc.Core": {
"target": "project"
},
"Google.Protobuf": "3.0.0",
"Google.Protobuf": "3.2.0",
"CommandLineParser.Unofficial": "2.0.275",
"Moq": "4.6.38-alpha",
"NUnit": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/src/csharp/Grpc.Reflection/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",
"Google.Protobuf": "3.0.0"
"Google.Protobuf": "3.2.0"
},
"frameworks": {
"net45": {
Expand Down

0 comments on commit 766c97a

Please sign in to comment.