Upgrading test-related libraries

NUnit 3.4.0 —> 3.6.0
dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
This commit is contained in:
John Brock 2017-02-13 15:42:48 -08:00 committed by Jon Skeet
parent c9b2c8f327
commit f83d129555

View File

@ -20,8 +20,8 @@
"dependencies": {
"Google.Protobuf": { "target": "project" },
"NUnit": "3.4.0",
"dotnet-test-nunit": "3.4.0-alpha-2"
"dotnet-test-nunit": "3.4.0-beta-3",
"NUnit": "3.6.0"
},
"testRunner": "nunit",