RuntimeDependencies.props hardcodes TFMs for projects it references
Open
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
Too much hardcoding here:
https://github.com/dotnet/sdk/blob/34e246879a5c21261d1276d84b18bb9a7267a374/src/BuiltInTools/Watch/RuntimeDependencies.props#L18-L36
https://github.com/dotnet/sdk/blob/34e246879a5c21261d1276d84b18bb9a7267a374/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj#L9
This creates friction when retargeting the repo. Create central properties that represent the meaning behind these frameworks and define their behavior across versions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.