Mercurial > pub > ImplabNet
comparison Implab.Test/Implab.Test.csproj @ 255:b00441e04738 v3
Adde workaround to the behaviour of the logical operations stack in conjuction
with async/await methods
author | cin |
---|---|
date | Wed, 04 Apr 2018 15:38:48 +0300 |
parents | d82909310094 |
children | c52691faaf21 |
comparison
equal
deleted
inserted
replaced
254:12c00235b105 | 255:b00441e04738 |
---|---|
1 <Project Sdk="Microsoft.NET.Sdk"> | 1 <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <TargetFramework>netcoreapp2.0</TargetFramework> | 4 <TargetFramework>net46</TargetFramework> |
5 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> | |
5 | 6 |
6 <IsPackable>false</IsPackable> | 7 <IsPackable>false</IsPackable> |
7 </PropertyGroup> | 8 </PropertyGroup> |
8 <ItemGroup> | 9 <ItemGroup> |
9 <ProjectReference Include="../Implab/Implab.csproj"/> | 10 <ProjectReference Include="../Implab/Implab.csproj" /> |
10 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> | 11 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> |
11 <PackageReference Include="xunit" Version="2.3.1" /> | 12 <PackageReference Include="xunit" Version="2.3.1" /> |
12 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | 13 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> |
13 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | 14 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> |
14 </ItemGroup> | 15 </ItemGroup> |