mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
7 lines
170 B
XML
7 lines
170 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworks>net10.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
</Project>
|