浏览代码

Include shared version in Jellyfin.Data

Patrick Barron 4 年之前
父节点
当前提交
cab45db228
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Jellyfin.Data/Jellyfin.Data.csproj

+ 4 - 0
Jellyfin.Data/Jellyfin.Data.csproj

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