Skip to content

Commit fcc3795

Browse files
Force package lock to be included in CI/CD build
1 parent 1e2575e commit fcc3795

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@ Get started in one line. Stop compromising on SQLite reliability and speed.
108108
<ItemGroup>
109109
<None Include="..\README.md" Pack="true" PackagePath="\" />
110110
<None Include="res\logo.png" Pack="true" PackagePath="\" />
111+
<None Update="packages.lock.json">
112+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
113+
</None>
111114
</ItemGroup>
112115
</Project>

0 commit comments

Comments
 (0)