aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Jellyfin.Data.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Jellyfin.Data.csproj')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
new file mode 100644
index 000000000..73ea593b0
--- /dev/null
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.4" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.4" />
+ </ItemGroup>
+
+</Project>