asio 1.10.8

dotnet add package asio --version 1.10.8
                    
NuGet\Install-Package asio -Version 1.10.8
                    
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="asio" Version="1.10.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="asio" Version="1.10.8" />
                    
Directory.Packages.props
<PackageReference Include="asio" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add asio --version 1.10.8
                    
#r "nuget: asio, 1.10.8"
                    
#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.
#addin nuget:?package=asio&version=1.10.8
                    
Install asio as a Cake Addin
#tool nuget:?package=asio&version=1.10.8
                    
Install asio as a Cake Tool

Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.

There are no supported framework assets in this 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
1.10.8 4,498 10/31/2016
1.10.6 44,017 4/10/2016

LibJpeg-Turbo