Updates dotnet-init's dependencies to match the latest on NuGet.org

This commit is contained in:
piotrp 2015-12-02 00:05:25 -08:00
parent a5da6dc1ca
commit f21dde66e5

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-*"
},