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
I just hit an issue when using an old (.NET 3.5-era) package for WPF on .NET Core 3. I added the top-level package (Microsoft.WindowsAPICodePack-Shell), and that worked, but NuGet did not bring in its dependency because its has a .NET 3.5 group. This lead to a broken restore.
I suspect more people will hit that when using old packages on .NET Core 3. Seems like something in NuGet needs to account for this and restore the matching group.
The text was updated successfully, but these errors were encountered:
I just hit an issue when using an old (.NET 3.5-era) package for WPF on .NET Core 3. I added the top-level package (Microsoft.WindowsAPICodePack-Shell), and that worked, but NuGet did not bring in its dependency because its has a .NET 3.5 group. This lead to a broken restore.
I suspect more people will hit that when using old packages on .NET Core 3. Seems like something in NuGet needs to account for this and restore the matching group.
The text was updated successfully, but these errors were encountered: