New: Build on Net6

This commit is contained in:
Qstick 2021-12-24 11:40:37 -06:00
parent 8ee1bf3194
commit 947ad15af0
39 changed files with 141 additions and 156 deletions

View file

@ -743,7 +743,7 @@ namespace NzbDrone.Common.Test.Http
{
try
{
string url = $"https://{_httpBinHost}/response-headers?Set-Cookie={Uri.EscapeUriString(malformedCookie)}";
string url = $"https://{_httpBinHost}/response-headers?Set-Cookie={Uri.EscapeDataString(malformedCookie)}";
var requestSet = new HttpRequest(url);
requestSet.AllowAutoRedirect = false;