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:
parent
4a30335540
commit
33ec55aee3
14 changed files with 74 additions and 18 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue