Add NeutralLanguage to Radarr.csproj to appease VS 16.8

pull/5316/head
geogolem 4 years ago committed by Qstick
parent 3a8ca21a17
commit f5a46b14ac

@ -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>

Loading…
Cancel
Save