view Implab.Test/Implab.Test.csproj @ 260:547a2fc0d93e v3 v3.0.6

minor fixes
author cin
date Fri, 13 Apr 2018 19:14:59 +0300
parents 7d52dc684bbd
children 6b3e5c48131b
line wrap: on
line source

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup Condition="'$(OSTYPE)'=='linux'">
    <TargetFrameworks>netcoreapp2.0</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>