File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,9 @@ Copyright (C) Microsoft Corporation. All rights reserved.
160160 <CsWinRTEmbeddedProjection Condition =" '$(CsWinRTEmbedded)' == 'true'" >-embedded</CsWinRTEmbeddedProjection >
161161 <CsWinRTEmbeddedEnums Condition =" '$(CsWinRTEmbeddedPublicEnums)' == 'true'" >-public_enums</CsWinRTEmbeddedEnums >
162162 <CsWinRTExeTFM Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) == 5" >net5.0</CsWinRTExeTFM >
163- <CsWinRTExeTFM Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) > 5" >net6.0</CsWinRTExeTFM >
163+ <CsWinRTExeTFM Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) == 6" >net6.0</CsWinRTExeTFM >
164+ <CsWinRTExeTFM Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) == 7" >net7.0</CsWinRTExeTFM >
165+ <CsWinRTExeTFM Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) == 8" >net8.0</CsWinRTExeTFM >
164166 <CsWinRTExeTFM Condition =" '$(CsWinRTExeTFM)' == ''" >netstandard2.0</CsWinRTExeTFM >
165167
166168 <CsWinRTParams Condition =" '$(CsWinRTParams)' == ''" >
You can’t perform that action at this time.
0 commit comments