Jackett/src/Jackett.Updater/Jackett.Updater.csproj

16 lines
492 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2015-12-27 21:11:04 +00:00
<PropertyGroup>
2019-01-10 09:22:15 +00:00
<TargetFrameworks>net461;netcoreapp2.2</TargetFrameworks>
2015-12-27 21:11:04 +00:00
<ApplicationIcon>jackett.ico</ApplicationIcon>
<AssemblyName>JackettUpdater</AssemblyName>
<OutputType>Exe</OutputType>
2018-06-24 08:04:59 +00:00
<Version>0.0.0</Version>
2019-05-13 11:04:58 +00:00
<ServerGarbageCollection>false</ServerGarbageCollection>
2015-12-27 21:11:04 +00:00
</PropertyGroup>
2015-12-27 21:11:04 +00:00
<ItemGroup>
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj" />
2015-12-27 21:11:04 +00:00
</ItemGroup>
2015-11-09 21:59:16 +00:00
</Project>