Microsoft announced the availability of .NET Standard 2.0 support for UWP development
Microsoft announced a great update for .NET developers for UWP, the biggest improvement being the addition of support for .NET Standard 2.0. UWP developers can now access about 20k APIs. UWP will be consistent with other .NET implementations that support .NET Standard 2.0.
But you need to use these updates on Visual Studio 2017 15.4, and Windows Fall Creators Update provides .NET Standard 2.0 support for UWP development. To use a new API with .NET Standard 2.0, set the application’s minimum version target to the Windows Fall Creators Update SDK preview. The .NET Standard 2.0 NuGet package, class library, and API can then be referenced directly from the UWP application.
Example of using a DataSet in a UWP application: