aspnetcore/src/Html/Abstractions/src
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
..
Properties Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
HtmlContentBuilder.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
HtmlContentBuilderExtensions.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
HtmlFormattableString.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
HtmlString.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
IHtmlContent.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
IHtmlContentBuilder.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
IHtmlContentContainer.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-09 16:17:15 -08:00
Microsoft.AspNetCore.Html.Abstractions.csproj Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00