Fix dotnet run3 --project to pass the project to msbuild.

Also update Microsoft.NET.Sdk to 1.0.0-alpha-20161026-2 since this has the corresponding fix needed for https://github.com/dotnet/sdk/issues/301.
This commit is contained in:
Eric Erhardt 2016-10-26 00:04:40 -05:00
parent 4a30335540
commit 33ec55aee3
14 changed files with 74 additions and 18 deletions

View file

@ -3,7 +3,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1",
"Microsoft.NET.Sdk": "1.0.0-alpha-20161026-2",
"NETStandard.Library": "1.6.0"
}
}