fix: Projektdateiname für DigitalData.Core.Legacy.Client korrigiert

This commit is contained in:
Developer 02
2024-07-29 13:54:24 +02:00
parent d937383c78
commit 246c1123fe
12 changed files with 7 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
namespace DigitalData.Core.Legacy.Client
{
public class HttpClientOptions
{
public string Uri { get; set; } = string.Empty;
}
}