Add NeutralLanguage to Radarr.csproj to appease VS 16.8

This commit is contained in:
geogolem 2020-11-12 21:13:53 -05:00 committed by Qstick
parent 3a8ca21a17
commit f5a46b14ac
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage>en</NeutralLanguage>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>..\NzbDrone.Host\Radarr.ico</ApplicationIcon>