Add instructions for targeting .NET Core with MSBuild projects (dotnet/corefx#9403)
authorDaniel Plaisted <dsplaisted@gmail.com>
Thu, 30 Jun 2016 22:11:52 +0000 (15:11 -0700)
committerStephen Toub <stoub@microsoft.com>
Thu, 30 Jun 2016 22:11:52 +0000 (18:11 -0400)
commit555dbb03e4325415c94c07bf21ceed0540902ba9
treecc5e581b855e5bd725ea1916a2eabaec1dcd09e4
parent12e1e59c26146b134e454ce5e0359321cb830275
Add instructions for targeting .NET Core with MSBuild projects (dotnet/corefx#9403)

* Add step by step instructions for using MSBuild to target .NET Core
* Rearrange and edit instructions for targeting .NET Core with MSBuild
* Link to updated NuGet extension for VS, add instructions allowing PCL/dnxcore50 packages to be referenced
* Reformatting
* Update existing getting started instructions
* Change prerequisite to VS 2015 Update 3, which fixes error that AnyCPU isn't supported
* Add comments for MSBuild properties
* Recommend project.json for new projects
* Add CoreApp as another recommendation to start with
* Start with Console app template instead of portable library, use Microsoft.NETCore.App package
* Fix indentation

Commit migrated from https://github.com/dotnet/corefx/commit/79a7c578cce7cf82eb4c2bf6d0b0fb5dba2cb895
docs/libraries/project-docs/getting-started-core.md
docs/libraries/project-docs/pcl-targets-dialog-net46-aspnetcore10.png [new file with mode: 0644]
docs/libraries/project-docs/target-dotnetcore-with-msbuild.md [new file with mode: 0644]