зеркало из https://github.com/dotnet/fsharp.git
17 строки
1020 B
XML
17 строки
1020 B
XML
<Project>
|
|
<Import Project="FSharpBuild.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' == '' "/>
|
|
<Import Project="FSharpTests.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' != '' "/>
|
|
<Import Project="CoordinateXlif.targets" Condition = " '$(FSharpBuildAssemblyFile)' != '' and '$(XliffTasksAssembly)' != '' "/>
|
|
|
|
<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="$(XUnitRunnerVersion)" />
|
|
<PackageReference Include="NunitXml.TestLogger" Version="$(NunitXmlTestLoggerVersion)" />
|
|
</ItemGroup>
|
|
</Project>
|