Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
259:7d52dc684bbd | 260:547a2fc0d93e |
---|---|
1 <Project Sdk="Microsoft.NET.Sdk"> | 1 <Project Sdk="Microsoft.NET.Sdk"> |
2 <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> | |
3 <TargetFrameworks>netcoreapp2.0</TargetFrameworks> | |
4 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride> | |
5 </PropertyGroup> | |
6 | |
7 <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> | |
8 <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | |
9 </PropertyGroup> | |
2 | 10 |
3 <PropertyGroup> | 11 <PropertyGroup> |
4 <TargetFramework>netcoreapp2.1</TargetFramework> | |
5 | |
6 <IsPackable>false</IsPackable> | 12 <IsPackable>false</IsPackable> |
7 </PropertyGroup> | 13 </PropertyGroup> |
8 | 14 |
9 <ItemGroup> | 15 <ItemGroup> |
10 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" /> | 16 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" /> |
11 <PackageReference Include="xunit" Version="2.3.1" /> | 17 <PackageReference Include="xunit" Version="2.3.1" /> |
12 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | 18 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> |
13 <ProjectReference Include="../Implab/Implab.csproj"/> | 19 <ProjectReference Include="../Implab/Implab.csproj"/> |
14 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | 20 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
15 </ItemGroup> | 21 </ItemGroup> |
16 | 22 |
17 </Project> | 23 </Project> |