fernandreu / office-ribbonx-editor

An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
MIT License
516 stars 100 forks source link

Update to .NET 6 #183

Closed fernandreu closed 2 years ago

fernandreu commented 2 years ago

The version of the SDK being used in the pipeline should also be updated.

Unfortunately there won't be many benefits of using .NET 6, apart from perhaps a faster tool. .NET 6 has many options to trim assemblies which would have been nice, but these are not supported for WPF applications.