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.8k stars 778 forks source link

remove nuget packages that are not needed for .net 5 and 6 #787

Closed vb2ae closed 2 years ago

vb2ae commented 2 years ago

Remove Nuget package Microsoft.Windows.Compatibility which is not needed for .net 5 and .net 6 wpf apps.

Closes Bug #786