chore: Build auf Debug eingestellt und Namespace von HttpExtensions auf Client aktualisiert

This commit is contained in:
Developer 02
2024-07-29 16:11:46 +02:00
parent c1782bf4c3
commit 8224b733db
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
namespace DigitalData.Core.Legacy
namespace DigitalData.Core.Legacy.Client
{
/// <summary>
/// Extension methods for HttpClient and HttpResponseMessage.