Unofficial.MsQuic 2.4.6

dotnet add package Unofficial.MsQuic --version 2.4.6                
NuGet\Install-Package Unofficial.MsQuic -Version 2.4.6                
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="Unofficial.MsQuic" Version="2.4.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unofficial.MsQuic --version 2.4.6                
#r "nuget: Unofficial.MsQuic, 2.4.6"                
#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 Unofficial.MsQuic as a Cake Addin
#addin nuget:?package=Unofficial.MsQuic&version=2.4.6

// Install Unofficial.MsQuic as a Cake Tool
#tool nuget:?package=Unofficial.MsQuic&version=2.4.6                

MsQuic

MsQuic is Microsoft implementation of Quic porotocol. The library version shipped with dotnet runtime only works on windows 11. Fortunately they compile it for Windows 10 and Linux, but there is no official nuget package for it.

Unofficial Nuget package

NuGet Version NuGet Downloads

Build

  1. Download latest release from MsQuic repository
    • msquic_windows_x64_Release_openssl.zip for windows
    • msquic_linux_x64_Release_openssl.zip for linux
  2. Extract msquic.dll from msquic_windows_x64_Release_openssl.zip/bin/
  3. Extract libmsquic.so.xyz from msquic_linux_x64_Release_openssl.zip/bin/ and rename it to libmsquic.so
  4. nuget pack Unofficial.MsQuic.nuspec
    
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
2.4.6 108 10/21/2024
2.4.5 82 10/21/2024