aspnetcore/docs
Doug Bunting a6c43b14a1
Mark AspNetCore projects that aren't packaged explicitly (#18767)
* Mark AspNetCore projects that aren't packaged explicitly
- avoid NU5104 warnings due to confusing versioning
- `$(IsShippingPackage)` was semantically incorrect in any case

* Remove redundant `$(IsShippingPackage)` settings in `$(IsAspNetCoreApp)` projects
- default is `true` for all implementation projects

* Use `$(IsPackable)` when deciding how `$(IsAspNetCoreApp)` projects are handled
- remove all use of `$(IsShippingPackage)` for shared framework composition
- update documentation to match these changes

nits:
- remove odd default for `$(IsPackable)` in Directory.Build.targets
  - no longer relevant since all `$(IsAspNetCoreApp)` projects are `$(IsShippingPackage)` too
- include more information in docs/ProjectProperties.md

* Add direct System.Text.Json references
- avoid MSB3277 warnings
2020-02-13 15:51:27 -08:00
..
Artifacts.md Use stages pipeline (#13040) 2019-09-10 20:43:24 -07:00
BuildErrors.md Add common error 'Unable to locate the .NET Core SDK' to Build.Errors.md and BuildFromSource.md (closes #3035) 2019-07-24 22:58:02 -07:00
BuildFromSource.md Avoid null refs in BlazorIgntior when Disposed 2019-09-23 14:51:25 -07:00
CrossRepoBreakingChanges.md
DailyBuilds.md Add EF6 to the list of daily build feeds (#12473) 2019-07-23 16:10:38 -07:00
Helix.md Update debian arm64 Helix queue image (#13009) 2019-08-13 13:42:20 -07:00
PackageArchives.md
PreparingPatchUpdates.md Stop paying attention to PatchConfig.props (#16748) 2019-11-19 07:12:48 -08:00
ProjectProperties.md Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00
README.md
ReferenceAssemblies.md
ReferenceResolution.md Stop paying attention to PatchConfig.props (#16748) 2019-11-19 07:12:48 -08:00
SharedFramework.md
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.