Include shared version in Jellyfin.Data

This commit is contained in:
Patrick Barron 2020-09-01 11:17:46 -04:00
parent d0f07d7ddd
commit cab45db228

View File

@ -32,4 +32,8 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
</ItemGroup>
</Project>