Browse Source

Include shared version in Jellyfin.Data

Patrick Barron 4 years ago
parent
commit
cab45db228
1 changed files with 4 additions and 0 deletions
  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>