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

update C# project.json dependencies

parent 766c97a4
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}, },
"dependencies": { "dependencies": {
"Grpc.Core": "${settings.csharp_version}", "Grpc.Core": "${settings.csharp_version}",
"Google.Apis.Auth": "1.16.0" "Google.Apis.Auth": "1.21.0"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"Grpc.Core": { "Grpc.Core": {
"target": "project" "target": "project"
}, },
"Newtonsoft.Json": "8.0.3", "Newtonsoft.Json": "9.0.1",
"NUnit": "3.2.0", "NUnit": "3.6.0",
"NUnitLite": "3.2.0-*", "NUnitLite": "3.6.0",
"NUnit.ConsoleRunner": "3.2.0", "NUnit.ConsoleRunner": "3.6.0",
"OpenCover": "4.6.519", "OpenCover": "4.6.519",
"ReportGenerator": "2.4.4.0" "ReportGenerator": "2.4.4.0"
}, },
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"Grpc.Examples": { "Grpc.Examples": {
"target": "project" "target": "project"
}, },
"NUnit": "3.2.0", "NUnit": "3.6.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.6.0"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"Grpc.HealthCheck": { "Grpc.HealthCheck": {
"target": "project" "target": "project"
}, },
"NUnit": "3.2.0", "NUnit": "3.6.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.6.0"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
"target": "project" "target": "project"
}, },
"Google.Protobuf": "3.2.0", "Google.Protobuf": "3.2.0",
"CommandLineParser.Unofficial": "2.0.275", "CommandLineParser": "2.1.1-beta",
"Moq": "4.6.38-alpha", "Moq": "4.7.0",
"NUnit": "3.2.0", "NUnit": "3.6.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.6.0"
}, },
"frameworks": { "frameworks": {
"net45": { "net45": {
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"Grpc.Reflection": { "Grpc.Reflection": {
"target": "project" "target": "project"
}, },
"NUnit": "3.2.0", "NUnit": "3.6.0",
"NUnitLite": "3.2.0-*" "NUnitLite": "3.6.0"
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment