Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets')
-rw-r--r--Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets b/Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets
index 86bc96d..ed91b90 100644
--- a/Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets
+++ b/Microsoft.Net.Compilers/3.4.0/Microsoft.CSharp.Core.targets
@@ -3,8 +3,8 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Microsoft.Managed.Core.targets"/>
- <PropertyGroup Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(TargetFrameworkVersion)' != 'v3.0') AND
- ('$(TargetFrameworkIdentifier)' != '.NETStandard' OR '$(TargetFrameworkVersion)' != 'v2.1')">
+ <PropertyGroup Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(_TargetFrameworkVersionWithoutV)' &lt; '3.0') AND
+ ('$(TargetFrameworkIdentifier)' != '.NETStandard' OR '$(_TargetFrameworkVersionWithoutV)' &lt; '2.1')">
<MaxSupportedLangVersion Condition="'$(MaxSupportedLangVersion)' == ''">7.3</MaxSupportedLangVersion>
<LangVersion Condition="'$(LangVersion)' == ''">$(MaxSupportedLangVersion)</LangVersion>
</PropertyGroup>