提交 59d5104a 编写于 作者: R Ryland Alaniz

Remove private Cpp tools in favor of using production tools available ambient in the build machines

上级 b493f4e6
......@@ -64,8 +64,8 @@
<!--
Also in global.json
Used in Wpf.Cpp.PrivateTools.props/targets
-->
<MsvcurtC1xxVersion>0.0.1.2</MsvcurtC1xxVersion>
-->
<!--
This is the version of the test infrastructure package is compiled against. This should be
removed as part of https://github.com/dotnet/wpf/issues/816
......
......@@ -105,7 +105,7 @@
</PropertyGroup>
<PropertyGroup>
<UsePrivateCppTools Condition="'$(UsePrivateCppTools)' == ''">true</UsePrivateCppTools>
<UsePrivateCppTools Condition="'$(UsePrivateCppTools)' == ''">false</UsePrivateCppTools>
</PropertyGroup>
<Import Project="Wpf.Cpp.PrivateTools.props" Condition="Exists('Wpf.Cpp.PrivateTools.props') And '$(UsePrivateCppTools)'=='true'"/>
......
......@@ -22,7 +22,6 @@
"strawberry-perl": "5.28.1.1-1",
"net-framework-48-ref-assemblies": "0.0.0.1",
"dotnet-api-docs_netcoreapp3.0": "0.0.0.2",
"msvcurt-c1xx": "0.0.1.2",
"net-framework-472-iltools": "0.0.0.1"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册