Skip to content

Commit 7bf31a2

Browse files
committed
Added back ImplicitUsings
1 parent 063eca4 commit 7bf31a2

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
@@ -6,6 +6,7 @@
66
<OutputType>WinExe</OutputType>
77
<DefaultLanguage>en-US</DefaultLanguage>
88
<SelfContained>true</SelfContained>
9+
<ImplicitUsings>enable</ImplicitUsings>
910
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
1011
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
1112
<RuntimeIdentifier Condition="'$(Platform)' == 'arm64'">win-arm64</RuntimeIdentifier>

0 commit comments

Comments
 (0)