mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-22 07:09:10 +00:00
9 lines
163 B
XML
9 lines
163 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net462</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|