Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.79k stars 775 forks source link

Is Microsoft.Windows.Compatibility dependency required for .NET 8.0 WPF projects? #902

Open madorjan opened 1 month ago

madorjan commented 1 month ago

Due to a vulnerability in the transitive dependency System.Formats.Asn1 we found out that Caliburn.Micro references Microsoft.Windows.Compatibility in our .NET8 project. Is this still required?

.NET5 and .NET6 targets don't require that dependency anymore, as can be seen here: https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj#L55

vb2ae commented 1 month ago

Thanks for reporting this will fix