Moved files

Added DownloadClient to Connector
This commit is contained in:
glax
2023-05-18 12:26:15 +02:00
parent 45713b868d
commit d6ec91c896
8 changed files with 36 additions and 10 deletions

9
Tranga/Tranga.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>