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

Commit 91eebd0

Browse files
committed
Ensure e_sqlite.dll is included in .vsix
Ensure e_sqlite.dll is included in .vsix when built using Visual Studio. This file was only being included in the .vsix when built using MSBuild from the command line.
1 parent fdd6134 commit 91eebd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@
425425
<PackageReference Include="Microsoft.VSSDK.VsixSignTool">
426426
<Version>14.1.24720</Version>
427427
</PackageReference>
428+
<!-- Ensure e_sqlite.dll is included in .vsix when built using Visual Studio -->
429+
<PackageReference Include="SQLitePCL.raw_basic">
430+
<Version>0.7.3-vs2012</Version>
431+
</PackageReference>
428432
</ItemGroup>
429433
<PropertyGroup>
430434
<UseCodebase>true</UseCodebase>

0 commit comments

Comments
 (0)