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