Skip to content

Commit bfaf84a

Browse files
committed
Add back <SelfContained>true</SelfContained>
1 parent fbd9751 commit bfaf84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
66
<OutputType>WinExe</OutputType>
77
<DefaultLanguage>en-US</DefaultLanguage>
8+
<SelfContained>true</SelfContained>
89
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
910
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
1011
<RuntimeIdentifier Condition="'$(Platform)' == 'arm64'">win-arm64</RuntimeIdentifier>

0 commit comments

Comments
 (0)