aspnetcore/docs
Nate McMaster e7b00a5508
Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs (#7832)
* Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs
* Stop producing Microsoft.AspNetCore.App, and runtime.$(rid).Microsoft.AspNetCore.App
* Generate the shared framework without using 'NuGet' restore
* Stop producing intermediate packages for shared-framework only assemblies
* Put the platform manifest into the targeting pack (data/Microsoft.AspNetCore.App.PlatformManifest.txt)
* Create well-known, shared intermediate directories that installers can use to bundle content
2019-02-28 10:14:18 -08:00
..
Artifacts.md Remove obsolete build infrastructure (#6995) 2019-01-28 09:57:59 -08:00
BuildFromSource.md Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 2019-02-20 11:20:34 -08:00
CrossRepoBreakingChanges.md
DailyBuilds.md
Helix.md Skip HttpSys.Https tests on Helix Internal/#1816 (#7578) 2019-02-15 12:33:23 -08:00
PackageArchives.md
PreparingPatchUpdates.md Remove obsolete build infrastructure (#6995) 2019-01-28 09:57:59 -08:00
ProjectProperties.md Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs (#7832) 2019-02-28 10:14:18 -08:00
README.md
ReferenceAssemblies.md Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
ReferenceResolution.md Fix discrepancy between Version.Details.xml and Versions.props (#7314) 2019-02-06 12:07:59 -08:00
SharedFramework.md Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
Submodules.md

README.md

Contributor documentation

The primary audience for documentation in this folder is contributors to ASP.NET Core. If you are looking for documentation on how to use ASP.NET Core, go to https://docs.asp.net.