Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

dotnet/msquic

Repository files navigation

MsQuic for .NET

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.

Building

  • Clone the repo recursively (git clone --recursive) or run git submodule update --init --recursive to get all the submodules.
  • Run build.cmd

.NET Foundation

.NET Runtime is a .NET Foundation project.