Skip to content

Commit 098cb31

Browse files
Rick Andersonmairaw
authored andcommitted
make readable (#1325)
* make readable * rpetrusha feedback * typo
1 parent 0917900 commit 098cb31

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/core/tutorials/target-dotnetcore-with-msbuild.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ The .NET Core tooling is going to [move from project.json to MSBuild based proje
1717
We expect the first version of the .NET Core tools that use MSBuild to ship along with the next version of Visual Studio. However, it is possible to use MSBuild for .NET Core
1818
projects today, and this page shows how.
1919

20-
We recommend that most people targeting .NET Core with *new* projects today use the default tooling experience with project.json because of the following
21-
reasons:
20+
We recommend new projects targeting .NET Core use the default tooling with *project.json* for the following reasons:
2221

23-
- MSBuild doesn't yet support a lot of the benefits of project.json
24-
- A lot of the ASP.NET based tooling doesn't currently work with MSBuild projects
25-
- When we do release the .NET Core tooling that uses MSBuild, it will be able to automatically convert from project.json to MSBuild projects
22+
- MSBuild doesn't yet support many of the features of *project.json*.
23+
- Much of the ASP.NET based tooling doesn't currently work with MSBuild projects.
24+
- When MSBuild based .NET Core tooling is released, it will automatically convert *project.json* to MSBuild based.
2625

27-
You may want to use MSBuild to target .NET Core for existing projects that already use MSBuild that you want to port to .NET Core, or if you are using
28-
MSBuild's extensibility in your build for scenarios that are not well supported for project.json projects.
26+
Consider using MSBuild when:
27+
28+
- Existing projects that use MSBuild are being ported to .NET Core.
29+
- Projects that use MSBuild's extensibility that are not well-supported by *project.json*.
2930

3031
## Prerequisites
3132

0 commit comments

Comments
 (0)