1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Propagate sqlite build assets to parent projects

This commit is contained in:
smoogipoo 2017-10-31 16:55:44 +09:00
parent 98deb1f215
commit 9b1ec83eb4

View File

@ -38,8 +38,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.10.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.0" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="SharpCompress" Version="0.18.1" />
</ItemGroup>
</Project>