Closed
Description
There was an experimental Quic package that included msquic.dll for .NET 5. You could add that to your app to get the right msquic.dll version.
With .NET 6 today you must build msquic.dll and then copy it to the runtime location.
This is blocking integration testing and benchmarking in CI and perf environments.
- Decide how msquic.dll will be acquired on Windows
- Implementation