mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Propagate sqlite build assets to parent projects
This commit is contained in:
parent
98deb1f215
commit
9b1ec83eb4
@ -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>
|
Loading…
Reference in New Issue
Block a user