aspnetcore/eng/targets
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
..
CSharp.Common.props Add support for source-build (#11717) 2019-07-08 11:02:30 -07:00
CSharp.Common.targets
CSharp.ReferenceAssembly.props
Cpp.Common.props
Cpp.Common.targets
FSharp.Common.targets
Helix.Common.props Update debian arm64 Helix queue image (#13009) 2019-08-13 13:42:20 -07:00
Helix.props Make `$(HelixTestName)` more routing-friendly 2019-08-12 10:09:17 -07:00
Helix.targets [Helix] run on arm queues (#11422) 2019-06-30 01:04:53 -07:00
MicroBuild.Plugin.props
Npm.Common.props fix npm flake (#13106) 2019-08-14 07:48:34 -07:00
Npm.Common.targets fix npm flake (#13106) 2019-08-14 07:48:34 -07:00
Packaging.targets [release/3.0] Stabilize package versions (#14933) 2019-11-01 21:52:33 -07:00
ReferenceAssembly.targets Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1 2019-12-11 20:03:03 -08:00
ResolveIisReferences.targets
ResolveReferences.targets Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00
Wix.Common.props
Wix.Common.targets