view Implab.Test/Implab.Test.csproj @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents 547a2fc0d93e
children
line wrap: on
line source

<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>