Mercurial > pub > ImplabNet
diff Implab/Implab.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 | 34df34841225 |
children | 547a2fc0d93e |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Feb 12 17:03:49 2018 +0300 +++ b/Implab/Implab.csproj Wed Apr 04 15:38:48 2018 +0300 @@ -11,8 +11,9 @@ <LicenseUrl>https://opensource.org/licenses/BSD-2-Clause</LicenseUrl> <ProjectUrl>https://implab.org</ProjectUrl> <RepositoryUrl>https://hg.implab.org/pub/ImplabNet/</RepositoryUrl> - <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> - <FrameworkPathOverride Condition="'$(TargetFramework)'=='net45' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> + <TargetFrameworks>netstandard2.0;net46</TargetFrameworks> + <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> + <DefineConstants Condition="'$(TargetFramework)'=='net46'">NETFX_TRACE_BUG;$(DefineConstants)</DefineConstants> </PropertyGroup> </Project>