2022-08-03 00:28:29 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\scraper\scraper.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-09-01 03:45:00 +02:00
|
|
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
2022-08-03 00:28:29 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|