mgaffigan / WpfAppBar

AppBar implementation for WPF
MIT License
68 stars 10 forks source link

Updated WpfAppBar to multi-target net461, netcoreapp3.1 and net5.0. #4

Closed blakepell closed 2 years ago

blakepell commented 2 years ago

If you have interest here's a pull request that updates the WpfAppBar assembly to target net462 as it did and additionally netcoreapp3.1 and .net5.0. You would need both of those new SDK's to build it (if you like I can amend the pull request to only add .NET 5 but I figured since they were both supported I'd add them both).

(Also, I saw on StackOverflow you were from Indiana, hello from a fellow Hoosier).

blakepell commented 2 years ago

I'm going to close this temporarily, it does build and work but it throws warnings in the 4.6.2 test program about not finding the correct assembly (even though it is there and it does run). Apologies.