未验证 提交 f449fd78 编写于 作者: T Tomáš Matoušek 提交者: GitHub

Merge pull request #23361 from tmat/RemoveWorkarounds

Remove some workarounds that are not needed anymore
......@@ -501,20 +501,6 @@
<!-- Special items in VSSDK projects -->
<None Include="@(VSCTCompile)" />
</ItemGroup>
<!-- Work around https://github.com/dotnet/roslyn/issues/20945 -->
<Target Name="_CheckForUnsupportedNETCoreVersion" />
<!-- This is a work around to force the deployment of certain runtime specific DLLs contained
in lib folders. Lacking this DLLs like System.Security.Cryptography.Algorithms won't deploy
on net461 projects.
https://github.com/dotnet/sdk/issues/1552 -->
<Target Name="WorkaroundConflictResolution" AfterTargets="_ComputeActiveTFMFileDependencies" Condition="'$(PlatformTarget)' == 'AnyCPU' AND '$(TargetFrameworkIdentifier)' == '.NETFramework' AND '$(_NeedRuntimeAssets)' == 'true'" >
<ItemGroup>
<_ActiveTFMFileDependencies Remove="@(_ActiveTFMFileDependencies->WithMetadataValue('FileGroup', 'RuntimeTarget'))" />
</ItemGroup>
</Target>
<!--
Prepare inputs for Symbol Store publishing.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册