Skip to content
Snippets Groups Projects
Commit 766c97a4 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

updgrade C# project.json to protobuf 3.2.0

parent d687e92f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "1.2.0-dev", "Grpc.Core": "1.2.0-dev",
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0", "Google.Protobuf": "3.2.0",
"CommandLineParser.Unofficial": "2.0.275", "CommandLineParser.Unofficial": "2.0.275",
"Moq": "4.6.38-alpha", "Moq": "4.6.38-alpha",
"NUnit": "3.2.0", "NUnit": "3.2.0",
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "1.2.0-dev", "Grpc.Core": "1.2.0-dev",
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "${settings.csharp_version}", "Grpc.Core": "${settings.csharp_version}",
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.0.0", "Google.Protobuf": "3.2.0",
"CommandLineParser.Unofficial": "2.0.275", "CommandLineParser.Unofficial": "2.0.275",
"Moq": "4.6.38-alpha", "Moq": "4.6.38-alpha",
"NUnit": "3.2.0", "NUnit": "3.2.0",
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "${settings.csharp_version}", "Grpc.Core": "${settings.csharp_version}",
"Google.Protobuf": "3.0.0" "Google.Protobuf": "3.2.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment