Mercurial > pub > ImplabNet
view Implab.Test/Implab.Test.csproj @ 257:440801d88019 v3
working on runnable components
author | cin |
---|---|
date | Fri, 13 Apr 2018 00:43:10 +0300 |
parents | c52691faaf21 |
children | 7d52dc684bbd |
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net46</TargetFramework> <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <ProjectReference Include="../Implab/Implab.csproj" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> <PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> </ItemGroup> </Project>