Merge branch '1.0.0-beta8' into 1.0.0-rc1

pull/637/merge
danroth27 2015-11-07 12:25:39 -08:00
commit 4400bbfe42
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Building Applications with .NET Core
// utilize resource only available with .NET Framework
#endif
The recommendation from the ASP.NET team is to target both frameworks with new applications. If you want to only target .NET Core, remove *dnx451*, or only target .NET Framework, remove *dnxcore50*, from the *frameworks* listed in *project.json*. Note that ASP.NET 4.6 and earlier target and require the .NET Framework, as they always have.
The recommendation from the ASP.NET team is to target both frameworks with new applications. If you want to only target .NET Core, remove *dnx451*; or to only target .NET Framework, remove *dnxcore50* from the *frameworks* listed in *project.json*. Note that ASP.NET 4.6 and earlier target and require the .NET Framework, as they always have.
.NET Core and NuGet
^^^^^^^^^^^^^^^^^^^