* Works with .NET 5
* Keep UWP min version at 10240
* Undo accidentally committed change
* Aleader/notifications net 5 and native (#3644)
* Making package works but throws at runtime
* I think it all works!
* Remove comment and update description
* Support for UWP 10240
Just using winmd version
* Interop working on all but UWP 15063 and lower
* Fix warnings
* Support activating when process is elevated
* Fix warnings
* Nuspec updates
Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Rename Platform version to revision — after all that's what it is!
Introduce PlatformBaseVersion to hold '10.0'
Move UWP specific logic to its own targets
When a target framework of `net47` is detected, the Windows.winmd is added as a reference based on target platform version/min version. Reference is added as series of hint paths so the most recent SDK available for that version is selected. If no TPV/TPMV is specified, the defaults are used from Directory.Build.props.