4 assignments to MSBuild property _MaxSupportedLangVersion
MSBuildFiles (4)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-3.24614.4\tasks\net472\Microsoft.CSharp.Core.targets (4)
8<_MaxSupportedLangVersion Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(_TargetFrameworkVersionWithoutV)' &lt; '3.0') AND 12<_MaxSupportedLangVersion Condition="(('$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' &lt; '5.0') OR 23<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND 28<_MaxSupportedLangVersion Condition="'$(_MaxSupportedLangVersion)' != '' AND
7 usages of MSBuild property _MaxSupportedLangVersion
MSBuildFiles (7)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-3.24614.4\tasks\net472\Microsoft.CSharp.Core.targets (7)
14'$(_MaxSupportedLangVersion)' == ''">8.0</_MaxSupportedLangVersion> 24'$(_MaxSupportedLangVersion)' == ''">$([MSBuild]::Add(9, $([MSBuild]::Subtract($(_TargetFrameworkVersionWithoutV.Split('.')[0]), 5)))).0</_MaxSupportedLangVersion> 28<_MaxSupportedLangVersion Condition="'$(_MaxSupportedLangVersion)' != '' AND 29'$(_MaxSupportedLangVersion)' &gt; '$(_MaxAvailableLangVersion)'">$(_MaxAvailableLangVersion)</_MaxSupportedLangVersion> 31<MaxSupportedLangVersion>$(_MaxSupportedLangVersion)</MaxSupportedLangVersion> 32<LangVersion Condition="'$(LangVersion)' == '' AND '$(_MaxSupportedLangVersion)' != ''">$(_MaxSupportedLangVersion)</LangVersion>