提交 544faeeb 编写于 作者: D Deepak Shankargouda

Modified Csharp to build on windows targets only


Commit migrated from https://github.com/dotnet/corefx/commit/5e0e3c58f681f0aa4aa430a5d25d05c82280e20a
上级 7a653a8c
......@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
<!-- dotnet/corefx#3128 tracks removing this exclusion -->
<Project Include="Microsoft.CSharp.csproj">
<Project Include="Microsoft.CSharp.csproj" Condition="'$(TargetsWindows)' == 'true'">
<AdditionalProperties>TargetGroup=</AdditionalProperties>
</Project>
</ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册