##// END OF EJS Templates
Working on Unity xml configuration
Working on Unity xml configuration

File last commit:

r267:6b3e5c48131b v3
r267:6b3e5c48131b v3
Show More
Implab.Test.csproj
23 lines | 908 B | text/plain | TextLexer
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition="'$(OSTYPE)'=='linux'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<ProjectReference Include="../Implab/Implab.csproj"/>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
</Project>