aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-04-19 18:27:07 +0200
committerBond_009 <bond.009@outlook.com>2020-04-19 18:27:07 +0200
commitfc3e2baccc8c32171df655043feb7afae6bab34c (patch)
tree0fb3e15a38acf97c2550d28acac0ac567a9e2689 /tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj
parentd99536e99fe7e8d204ef93db39e519afbbfdad0a (diff)
Address comments
Diffstat (limited to 'tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj')
-rw-r--r--tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj b/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj
new file mode 100644
index 000000000..f6c327498
--- /dev/null
+++ b/tests/Jellyfin.Model.Tests/Jellyfin.Model.Tests.csproj
@@ -0,0 +1,21 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <IsPackable>false</IsPackable>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
+ <PackageReference Include="xunit" Version="2.4.1" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
+ <PackageReference Include="coverlet.collector" Version="1.2.1" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="../../MediaBrowser.Model/MediaBrowser.Model.csproj" />
+ </ItemGroup>
+
+</Project>