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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
Build
- Download latest release from MsQuic repository
msquic_windows_x64_Release_openssl.zip
for windowsmsquic_linux_x64_Release_openssl.zip
for linux
- Extract
msquic.dll
frommsquic_windows_x64_Release_openssl.zip/bin/
- Extract
libmsquic.so.xyz
frommsquic_linux_x64_Release_openssl.zip/bin/
and rename it tolibmsquic.so
-
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.