Skip to content

Commit 5d9c174

Browse files
committed
Fix single-file publishing for the CLI 🐛☠️
With the previous version, got this error when trying to run elm-fullstack.exe: ---- Error: An assembly specified in the application dependencies manifest (elm-fullstack.deps.json) was not found: package: 'LibGit2Sharp.NativeBinaries', version: '2.0.306' path: 'runtimes/win-x64/native/git2-106a5f2.pdb' For context, see: + libgit2/libgit2sharp#1754 (comment) + dotnet/sdk#3685
1 parent 869fdcb commit 5d9c174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

implement/elm-fullstack/elm-fullstack.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<FileVersion>2020.0518.0.0</FileVersion>
1010
</PropertyGroup>
1111

12+
<PropertyGroup>
13+
<IncludeSymbolsInSingleFile>true</IncludeSymbolsInSingleFile>
14+
</PropertyGroup>
15+
1216
<ItemGroup>
1317
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.5.0" />
1418
</ItemGroup>

0 commit comments

Comments
 (0)