Windows 10 WinRT API Packs released
Windows 10 WinRT API Packs released With the announcement of the release of .NET Core 3.0, we are pleased to announce we have posted on nuget.org the released versions of the Windows 10 WinRT API Pack. The Windows 10 WinRT API Pack allows your WPF or Winforms application to quickly and easily access Windows functionality like Geolocation, Windows AI, Machine Learning, Bluetooth and much more. Accessing these APIs in your project is as simple as adding the NuGet to your project. Getting Started Step 1: Configure your project to support Package Reference Step 2: Add the Microsoft.Windows.SDK.Contracts NuGet package to your project Open the NuGet Package Manager Console Install the package that includes the Windows 10 Contracts you want to target. Currently the following are supported: Windows 10 version 1803 Install-Package Microsoft.Windows.SDK.Contracts -Version 10.0.17134.1000 Windows 10 version 1809 Install-Package Microsoft.Windows.SDK.Contracts [ more… ]