Implement 'run3' command which will execute the MSBuild project.

Also create a 'dotnet new -t msbuild' template.
This commit is contained in:
Eric Erhardt 2016-07-21 11:46:12 -05:00
parent bccff16c18
commit b068687413
15 changed files with 331 additions and 37 deletions

View file

@ -3,8 +3,7 @@
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
"Microsoft.DotNet.Core.MSBuild": "1.0.0-preview3"
}
},
"frameworks": {
"netcoreapp1.0": {