Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7868846

Browse files
committed
Include reference to SQLitePCLRaw.bundle_e_sqlite3
A direct reference to this package causes x86\e_sqlite3.dll and x64\e_sqlite3.dll be copied to the output directory so they can be picked by the VSIXSourceItem filter.
1 parent 7a68b08 commit 7868846

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,12 @@
429429
<PropertyGroup>
430430
<UseCodebase>true</UseCodebase>
431431
</PropertyGroup>
432+
<ItemGroup>
433+
<!-- Include a reference to this package so that x86|x64\e_sqlite3.dll are copied to the output directory -->
434+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3">
435+
<Version>1.1.11</Version>
436+
</PackageReference>
437+
</ItemGroup>
432438
<!-- Include required NuGet dependencies-->
433439
<Target Name="IncludeNuGetPackageReferences" AfterTargets="GetVsixSourceItems">
434440
<ItemGroup>

0 commit comments

Comments
 (0)