Uh oh!
There was an error while loading. Please reload this page.
forked from dotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.targets
More file actions
Latest commit
16 lines (15 loc) · 1020 Bytes
/
Copy pathDirectory.Build.targets
File metadata and controls
16 lines (15 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<ImportProject="FSharpBuild.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' == '' "/>
<ImportProject="FSharpTests.Directory.Build.targets" Condition = " '$(FSharpTestCompilerVersion)' != '' "/>
<ImportProject="CoordinateXlif.targets" Condition = " '$(FSharpBuildAssemblyFile)' != '' and '$(XliffTasksAssembly)' != '' "/>
<ItemGroupCondition="'$(UnitTestType)' == 'nunit'">
<PackageReferenceInclude="NUnit"Version="$(NUnitVersion)" />
<PackageReferenceInclude="NUnit3TestAdapter"Version="$(NUnit3TestAdapterVersion)" />
<PackageReferenceInclude="NunitXml.TestLogger"Version="$(NunitXmlTestLoggerVersion)" />
</ItemGroup>
<ItemGroupCondition="'$(UnitTestType)' == 'xunit'">
<PackageReferenceInclude="xunit"Version="$(XUnitVersion)" />
<PackageReferenceInclude="xunit.runner.visualstudio"Version="$(XUnitRunnerVersion)" />
<PackageReferenceInclude="NunitXml.TestLogger"Version="$(NunitXmlTestLoggerVersion)" />
</ItemGroup>
</Project>