New: Upgrade to .NET 6

This commit is contained in:
ta264
2021-11-11 21:27:12 +00:00
parent f53a1d7942
commit 8f2ae2beff
37 changed files with 136 additions and 135 deletions
@@ -801,7 +801,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;