Merge pull request #368 from piotrpMSFT/piotrpMSFT/issue362/dotnet-init-dependencies

Updates dotnet-init's dependencies to match the latest on NuGet.org
This commit is contained in:
Piotr Puszkiewicz 2015-12-02 01:04:31 -08:00
commit f67a247252

View file

@ -6,7 +6,7 @@
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*"
},