This commit is contained in:
2022-01-25 18:30:52 +01:00
parent d7c73a8503
commit 86d13cce04
13 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EonaCat.HttpClient" Version="1.1.2" />
</ItemGroup>
</Project>