Updated
This commit is contained in:
parent
ea5910f9a3
commit
c503567a94
|
@ -2,18 +2,13 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="EonaCat.Helpers">
|
<PackageReference Include="EonaCat.HttpClient" Version="1.2.9" />
|
||||||
<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>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue