cppwinrt 2017.10.13.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package cppwinrt --version 2017.10.13.1
NuGet\Install-Package cppwinrt -Version 2017.10.13.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cppwinrt" Version="2017.10.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cppwinrt --version 2017.10.13.1
#r "nuget: cppwinrt, 2017.10.13.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cppwinrt as a Cake Addin
#addin nuget:?package=cppwinrt&version=2017.10.13.1

// Install cppwinrt as a Cake Tool
#tool nuget:?package=cppwinrt&version=2017.10.13.1

C++/WinRT is a standard C++ language projection for the Windows Runtime implemented solely in header files. It allows you to both author and consume Windows Runtime APIs using any standards-compliant C++ compiler. C++/WinRT is designed to provide C++ developers with first-class access to the modern Windows API.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Matches the October 2017 release for Windows 10 Fall Creators Update SDK (16299) on GitHub for Visual Studio 2017 v15.4.

Note requires /await /std:c++latest command-line compiler options and Visual Studio 2017 to build.