PhilipRieck / WpfAppBar

WPF AppBar helper
133 stars 48 forks source link

Support dotnet core along with net framework 4.0 #32

Closed StummeJ closed 5 years ago

StummeJ commented 5 years ago

This updates the CSProj files to target both dotnet core 3.0 applications along with the full framework 4.0. This implements Issue #31

StummeJ commented 5 years ago

To build this you'll need the .netcore 3.0 preview 1 installed, then run dotnet build -c Release and dotnet pack -c Release .\WpfAppBar\WpfAppBar.csproj

PhilipRieck commented 5 years ago

Thanks for this. Since 3.0 is still in preview I haven't had a chance to fully test it out. If all is good, I'll probably make this nuget package a preview as well until 3.0 is released.