dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.08k stars 1.17k forks source link

Using an SDK that comes from a PackageReference in a WPF application is broken #5239

Closed dotMorten closed 3 years ago

dotMorten commented 3 years ago
dotMorten commented 3 years ago

@ryalanms This is related to .NET 6.0. This is a showstopper as we have no way to build things and target .NET 6 now. Is there a reason this is scheduled for 7.0? Or could we at least get a workaround?

ThomasGoulet73 commented 3 years ago

@dotMorten I just opened #5426 which fixes the build of arcgis-toolkit-dotnet for me. Could you try it and see if it fixes yours ?

I opened it in main (aka .Net 7) but maybe the WPF team would like to backport it to .Net 6.

dotMorten commented 3 years ago

@ThomasGoulet73 You're a rock star!