7 assignments to MSBuild property _MaxSupportedLangVersion
MSBuildFiles (7)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (7)
8<_MaxSupportedLangVersion Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(_TargetFrameworkVersionWithoutV)' &lt; '3.0') AND 12<_MaxSupportedLangVersion Condition="(('$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' &lt; '5.0') OR 17<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '5.0' AND 21<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '6.0' AND 25<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '7.0' AND 29<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '8.0' AND 33<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '9.0' AND
9 usages of MSBuild property _MaxSupportedLangVersion
MSBuildFiles (9)
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (9)
14'$(_MaxSupportedLangVersion)' == ''">8.0</_MaxSupportedLangVersion> 18'$(_MaxSupportedLangVersion)' == ''">9.0</_MaxSupportedLangVersion> 22'$(_MaxSupportedLangVersion)' == ''">10.0</_MaxSupportedLangVersion> 26'$(_MaxSupportedLangVersion)' == ''">11.0</_MaxSupportedLangVersion> 30'$(_MaxSupportedLangVersion)' == ''">12.0</_MaxSupportedLangVersion> 34'$(_MaxSupportedLangVersion)' == ''">13.0</_MaxSupportedLangVersion> 36<MaxSupportedLangVersion>$(_MaxSupportedLangVersion)</MaxSupportedLangVersion> 37<LangVersion Condition="'$(LangVersion)' == '' AND '$(_MaxSupportedLangVersion)' != ''">$(_MaxSupportedLangVersion)</LangVersion>