PhilipRieck / WpfAppBar

WPF AppBar helper
134 stars 48 forks source link

.net standard library #31

Closed StummeJ closed 5 years ago

StummeJ commented 5 years ago

Since the release of dotnet core and .netstandard if you include this library then you get a compiler warning. If setting it up with .netstandard in the nuget package then this warning would disappear.

PhilipRieck commented 5 years ago

I merged your changeset, and switched the net40 to net45, since the library requires 4.5 to operate. I've also pushed an updated nuget package (2.0.0) and release