This repository was archived by the owner on Jan 21, 2026. It is now read-only.
v5.0.0-preview.20559.6
Pre-release
Pre-release
A quick update that moves us to the final .NET 5 SDK (#428) and updates a few of our dependencies to the latest (#431).
Available via nuget
To update from your favorite shell, run:
dotnet tool update microsoft.dotnet-httprepl --version 5.0.0-preview.20559.6 --globalIf you don't have it installed yet and want to try it for the first time before the final release of 5.0, run:
dotnet tool install microsoft.dotnet-httprepl --version 5.0.0-preview.20559.6 --global