aspnetcore/docs
Nate McMaster 0ec25d3167
Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475)
* Create a new package  - Microsoft.AspNetCore.App.Runtime.${rid} - which contains crossgen-ed versions of shared framework assemblies. This will be used by the SDK to replace rid-split packages
* Add a task which can generate the .deps.json file for the shared framework. Unlike the existing task we have, this does not rely on consuming a .deps.json file generated by first running a restore on packages.
* Move the reference to xunit.runner.console into the normal targets and files for managing dependencies
* Produce binlogs during build
2019-02-14 07:25:13 -08:00
..
Artifacts.md Remove obsolete build infrastructure (#6995) 2019-01-28 09:57:59 -08:00
BuildFromSource.md Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 2019-02-06 11:20:49 -08:00
CrossRepoBreakingChanges.md
DailyBuilds.md Remove stale links to runtime installers from daily build docs (#6955) 2019-01-25 08:23:55 -08:00
Helix.md Initial helix docs (#7369) 2019-02-08 12:50:03 -08:00
PackageArchives.md
PreparingPatchUpdates.md Remove obsolete build infrastructure (#6995) 2019-01-28 09:57:59 -08:00
ProjectProperties.md Add targets to generate the list of shared framework assemblies from project property (#7510) 2019-02-12 23:00:19 -08:00
README.md Fix grammar in docs/README.md (#6303) 2019-01-02 14:01:48 -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.