diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 20:25:46 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 20:25:46 +0000 |
| commit | 9964d2ff93661c420287630bd4b6e78e469641fc (patch) | |
| tree | 8b12d34af878471260b62a5ef31165de24af3a54 /tests/DvdLib.Test/DvdLib.Test.csproj | |
| parent | 78fd1574502d94ce330bb83462918a6ce68bb66a (diff) | |
DvdLib.Test
Diffstat (limited to 'tests/DvdLib.Test/DvdLib.Test.csproj')
| -rw-r--r-- | tests/DvdLib.Test/DvdLib.Test.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/DvdLib.Test/DvdLib.Test.csproj b/tests/DvdLib.Test/DvdLib.Test.csproj new file mode 100644 index 000000000..85357d199 --- /dev/null +++ b/tests/DvdLib.Test/DvdLib.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> |
