diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 20:56:27 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 20:56:27 +0000 |
| commit | 4b888fa59e1d4069d4ceae670f3945e7fc7ae2bd (patch) | |
| tree | cfc01110f8156a1ec7f23aaf1212818ef19db0fb /tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj | |
| parent | be36c494f6f94bbef993041480acdb454ee6401b (diff) | |
Jellyfin.Notifications.Test project
Diffstat (limited to 'tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj')
| -rw-r--r-- | tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj b/tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.Test.csproj new file mode 100644 index 000000000..d3ddc6783 --- /dev/null +++ b/tests/Jellyfin.Notifications.Test/Jellyfin.Notifications.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" /> + <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> + <PackageReference Include="Moq" Version="4.10.1" /> + <PackageReference Include="NUnit" Version="3.11.0" /> + <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" /> + </ItemGroup> + +</Project> |
