-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Labels
area-Infrastructure-librariesArea maintained by .NET libraries team: APICompat, AsmDiff, GenAPI, GenFacades, PkgProj, etcArea maintained by .NET libraries team: APICompat, AsmDiff, GenAPI, GenFacades, PkgProj, etchelp wanted
Description
I noticed this when looking at the Logging generator.
The generator only targeted <TargetFramework>netstandard2.0</TargetFramework>.
This caused
Line 122 in e7ede87
| <PackageTargetFrameworksList Include="$(TargetFrameworks)" /> |
TargetFramework and silently drop the ProjectReference from the package.
Not sure if we should fix this with pkgproj going away, but it was pretty bad that it silently dropped. We should either error or handle the single $(TargetFramework).
Metadata
Metadata
Assignees
Labels
area-Infrastructure-librariesArea maintained by .NET libraries team: APICompat, AsmDiff, GenAPI, GenFacades, PkgProj, etcArea maintained by .NET libraries team: APICompat, AsmDiff, GenAPI, GenFacades, PkgProj, etchelp wanted