Move sqlite batteries to osu.Desktop

Fixes e_sqlite.dll not being copied to output on Windows
This commit is contained in:
smoogipoo
2017-11-21 15:33:05 +09:00
parent 538acadd23
commit a66edea6dc
4 changed files with 5 additions and 7 deletions

View File

@ -28,6 +28,7 @@
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.1" />
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="squirrel.windows" Version="1.7.8" Condition="'$(TargetFramework)' == 'net461'" />
</ItemGroup>