Consider cross-compiling projects to target DefaultNetCoreTargetFramework #25917
Labels
affected-very-few
This issue impacts very few customers
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
severity-nice-to-have
This label is used by an internal tool
task
Milestone
We have a handful of projects in the repo that do not cross-compile to .NET Core. The reference assemblies in .NET Core carry nullability and platform compatibility annotations and there are currently no plans to make this work on down level tfms.
Updating these projects to additionally cross-compile to
$(DefaultNetCoreTargetFramework)
seems like a small cost for the richer compile time we gain:The text was updated successfully, but these errors were encountered: