This repo contains sources for the MsQuic private transport package which lights up QUIC and HTTP/3 support in .NET.
The package is only intended for testing purposes, for the cases where official MsQuic package is not available.
- Clone the repo recursively (
git clone --recursive
) or rungit submodule update --init --recursive
to get all the submodules. - Run
build.cmd
.NET Runtime is a .NET Foundation project.