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 fbd9751 commit bfaf84aCopy full SHA for bfaf84a
src/Files.App.Server/Files.App.Server.csproj
@@ -5,6 +5,7 @@
5
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
6
<OutputType>WinExe</OutputType>
7
<DefaultLanguage>en-US</DefaultLanguage>
8
+ <SelfContained>true</SelfContained>
9
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
10
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
11
<RuntimeIdentifier Condition="'$(Platform)' == 'arm64'">win-arm64</RuntimeIdentifier>
0 commit comments