Tweak restoration and dependencies

This commit is contained in:
Bryan Thornbury 2015-12-03 00:01:19 +00:00
parent 64523881e7
commit a93e9111d7
3 changed files with 7 additions and 7 deletions

View file

@ -117,7 +117,7 @@ namespace ConsoleApplication
Directory.SetCurrentDirectory(TestDirectory);
TestRunCommand("dotnet", "init");
TestRunCommand("dotnet", "restore");
TestRunCommand("dotnet", "restore --quiet");
}
private bool SkipForOS(OSPlatform os, string reason)

View file

@ -5,11 +5,11 @@
},
"dependencies": {
"Microsoft.NETCore.Platforms":"1.0.1-beta-*",
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.AppContext": "4.0.1-beta-*",
"Microsoft.NETCore.Platforms":"1.0.1-*",
"Microsoft.NETCore.Runtime": "1.0.1-*",
"System.Console": "4.0.0-*",
"System.Runtime": "4.0.21-*",
"System.AppContext": "4.0.1-*",
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",