aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
diff options
context:
space:
mode:
authorBen Magee <ben@bmagee.com>2018-12-12 21:33:40 +0000
committerBen Magee <ben@bmagee.com>2018-12-12 21:33:40 +0000
commit95f4af153455ce04cd47e04bd31d89535f294941 (patch)
treeda5f2f1860c7776cb321e4468eb8b3238b8d82a8 /tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
parent1f47fece5744455d951840eed70d445b943bddea (diff)
Jellyfin.Controller.Test
Diffstat (limited to 'tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj')
-rw-r--r--tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj b/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
new file mode 100644
index 000000000..85357d199
--- /dev/null
+++ b/tests/Jellyfin.Controller.Test/Jellyfin.Controller.Test.csproj
@@ -0,0 +1,19 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+
+ <IsPackable>false</IsPackable>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="AutoFixture" Version="4.6.0" />
+ <PackageReference Include="AutoFixture.AutoMoq" Version="4.6.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
+ <PackageReference Include="Moq" Version="4.10.1" />
+ <PackageReference Include="NUnit" Version="3.11.0" />
+ <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
+ <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
+ </ItemGroup>
+
+</Project>