6bee/aqua-core

Support Universal Windows Platform

6bee opened this issue · 3 comments

6bee commented

Since UWP10 support was withdrawn from netstandard1.6 we should aim to add support for UWP explicitely: target platform uap10.0

see .NET Standard Versions table

6bee commented

supported target frameworks: net451, netstandard1.3 and netstandard1.6

6bee commented

According aspnet/Announcements#249 we probably have to drop support for netstandard lower than version 2.0 in the near future.

This would imply that platforms like UWP may no longer update to new versions unless they catch up to .NET Standard 2.0

6bee commented

Actually my assumption was wrong and it seems we can continue support for netstandard1.3 and netstandard1.6 while adding netstandard2.0 as an additional target.