提交 f309b4b5 编写于 作者: W William Li

Revert "Setting default TargetPlatformVersion"

This reverts commit 52b90673.

It is added in SDK layer instead
https://github.com/dotnet/sdk/pull/12106/commits/d21aaa5f87b645f4b21a5fae8905a2344ffcd153
上级 7baee74d
......@@ -52,11 +52,6 @@
<_TargetFrameworkVersionValue>$([MSBuild]::ValueOrDefault('$(_TargetFrameworkVersionWithoutV)', '$(_UndefinedTargetFrameworkVersion)'))</_TargetFrameworkVersionValue>
</PropertyGroup>
<!-- Set 7.0 as the TargetPlatformVersion for windows. -->
<PropertyGroup Condition="'$(TargetPlatformIdentifier)' == 'windows' and '$(TargetPlatformVersion)' == ''" >
<TargetPlatformVersion>7.0</TargetPlatformVersion>
</PropertyGroup>
<!-- PropertyGroup flags control if Itemgroups in Microsoft.NET.Sdk.WindowsDesktop.props file is being imported -->
<PropertyGroup>
<_EnableWindowsDesktopGlobbing Condition=" ('$(EnableDefaultItems)' == 'true') And ('$(UseWPF)' == 'true') And
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册