Skip to content

Commit 6348d50

Browse files
authored
Update Files.App.Server.csproj
1 parent 85f796e commit 6348d50

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Files.App.Server/Files.App.Server.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>WinExe</OutputType>
5-
<DefaultLanguage>en-US</DefaultLanguage>
6-
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
7-
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;be-BY;bg;ca;cs-CZ;da;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hr-HR;hu-HU;id-ID;it-IT;ja-JP;ka;km-KH;ko-KR;lt-LT;lv-LV;ms-MY;nb-NO;nl-NL;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sq-AL;sr-Cyrl;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
84
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
95
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
6+
<OutputType>WinExe</OutputType>
7+
<DefaultLanguage>en-US</DefaultLanguage>
108
<ImplicitUsings>enable</ImplicitUsings>
119
<Nullable>enable</Nullable>
1210
<Configurations>Debug;Release</Configurations>

0 commit comments

Comments
 (0)