Skip to content

Commit 5c29601

Browse files
fix: sqlite was not bundled in nupkg
1 parent efc0fc0 commit 5c29601

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NotoriousTest.Core/NotoriousTest.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<None Include="../tools/win-x64/DoggyDog.exe" Pack="true" PackagePath="/tools/win-x64/" />
2727
<None Include="../tools/win-x64/e_sqlite3.dll" Pack="true" PackagePath="/tools/win-x64/" />
2828
<None Include="../tools/linux-x64/DoggyDog" Pack="true" PackagePath="/tools/linux-x64/" />
29+
<None Include="../tools/linux-x64/libe_sqlite3.so" Pack="true" PackagePath="/tools/linux-x64/" />
2930
<None Include="build/NotoriousTest.Core.targets" Pack="true" PackagePath="build/" />
3031
</ItemGroup>
3132
<ItemGroup>

0 commit comments

Comments
 (0)