We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063eca4 commit 7bf31a2Copy full SHA for 7bf31a2
src/Files.App.Server/Files.App.Server.csproj
@@ -6,6 +6,7 @@
6
<OutputType>WinExe</OutputType>
7
<DefaultLanguage>en-US</DefaultLanguage>
8
<SelfContained>true</SelfContained>
9
+ <ImplicitUsings>enable</ImplicitUsings>
10
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
11
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
12
<RuntimeIdentifier Condition="'$(Platform)' == 'arm64'">win-arm64</RuntimeIdentifier>
0 commit comments