Mercurial > pub > ImplabNet
annotate Implab.Test/Implab.Test.csproj @ 256:c52691faaf21 v3
Removed obsolete App, ComponentContainer
Extracted IAsyncComponent interface
Working on RunnableComponent
author | cin |
---|---|
date | Wed, 11 Apr 2018 03:05:14 +0300 |
parents | b00441e04738 |
children | 7d52dc684bbd |
rev | line source |
---|---|
249 | 1 <Project Sdk="Microsoft.NET.Sdk"> |
2 | |
0 | 3 <PropertyGroup> |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
249
diff
changeset
|
4 <TargetFramework>net46</TargetFramework> |
256 | 5 <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> |
249 | 6 |
7 <IsPackable>false</IsPackable> | |
75 | 8 </PropertyGroup> |
0 | 9 <ItemGroup> |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
249
diff
changeset
|
10 <ProjectReference Include="../Implab/Implab.csproj" /> |
249 | 11 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" /> |
12 <PackageReference Include="xunit" Version="2.3.1" /> | |
13 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | |
14 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | |
0 | 15 </ItemGroup> |
249 | 16 |
17 </Project> |