2018-02-06 01:22:39 +03:00
|
|
|
<Project>
|
2018-04-05 20:55:03 +03:00
|
|
|
<Import Project="FSharpBuild.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' == '' "/>
|
|
|
|
<Import Project="FSharpTests.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' != '' "/>
|
2018-12-08 04:43:35 +03:00
|
|
|
<Import Project="CoordinateXlif.targets" Condition = " '$(FSharpBuildAssemblyFile)' != '' and '$(XliffTasksAssembly)' != '' "/>
|
2020-08-21 22:53:10 +03:00
|
|
|
|
|
|
|
<ItemGroup Condition="'$(UnitTestType)' == 'nunit'">
|
|
|
|
<PackageReference Include="NUnit" Version="$(NUnitVersion)" />
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="$(NUnit3TestAdapterVersion)" />
|
|
|
|
<PackageReference Include="NunitXml.TestLogger" Version="$(NunitXmlTestLoggerVersion)" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(UnitTestType)' == 'xunit'">
|
|
|
|
<PackageReference Include="xunit" Version="$(XUnitVersion)" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="$(XUnitVersion)" />
|
|
|
|
<PackageReference Include="NunitXml.TestLogger" Version="$(NunitXmlTestLoggerVersion)" />
|
|
|
|
</ItemGroup>
|
2018-02-06 01:22:39 +03:00
|
|
|
</Project>
|