This commit is contained in:
EonaCat 2023-01-13 09:54:42 +01:00
parent ea5910f9a3
commit c503567a94
1 changed files with 2 additions and 7 deletions

View File

@ -2,18 +2,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="EonaCat.Helpers">
<HintPath>..\..\EonaCat.Helpers\EonaCat.Helpers\bin\Release\net6.0\EonaCat.Helpers.dll</HintPath>
</Reference>
<Reference Include="EonaCat.HttpClient">
<HintPath>..\..\EonaCat.HttpClient\EonaCat.HttpClient\bin\Debug\EonaCat.HttpClient.dll</HintPath>
</Reference>
<PackageReference Include="EonaCat.HttpClient" Version="1.2.9" />
</ItemGroup>
</Project>