You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are not specific to the version of .NET Core targeted. So if you were targeting .NET Core 2.x, you could still add a FrameworkReference to Microsoft.DesktopUI, and we would try to add the package reference to the targeting pack.
The KnownFrameworkReference items should include a TargetFrameworkVersion on them to which they apply, and the ResolveFrameworkReferences task should filter them to only look at the ones that apply to the current target framework version. (We might also want a nice error message if you have a FrameworkReference to something that's available in a different version of .NET Core).
The text was updated successfully, but these errors were encountered:
Right now, we have
KnownFrameworkReference
items that look something like this in Microsoft.NETCoreSdk.BundledVersions.props:These are not specific to the version of .NET Core targeted. So if you were targeting .NET Core 2.x, you could still add a
FrameworkReference
to Microsoft.DesktopUI, and we would try to add the package reference to the targeting pack.The
KnownFrameworkReference
items should include aTargetFrameworkVersion
on them to which they apply, and theResolveFrameworkReferences
task should filter them to only look at the ones that apply to the current target framework version. (We might also want a nice error message if you have a FrameworkReference to something that's available in a different version of .NET Core).The text was updated successfully, but these errors were encountered: