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

Fixes NGEN attributes in compiler package manifest. (#30295)

Workaround for msbuild bug https://github.com/Microsoft/msbuild/issues/3825.
上级 a367474d
......@@ -60,9 +60,13 @@
<!--
We never load these binaries, and it does not generate the correct binding redirects, so do not NGEN them
https://github.com/dotnet/roslyn/pull/27537
BTW, can't use Update due to bug https://github.com/Microsoft/msbuild/issues/3825.
-->
<CompilerArtifact Update="$(_Exes)csi\net46\System.Net.Http.dll" NgenArchitecture="" NgenApplication=""/>
<CompilerArtifact Update="$(_Exes)csi\net46\System.Diagnostics.DiagnosticSource.dll" NgenArchitecture="" NgenApplication=""/>
<CompilerArtifact Remove="$(_Exes)csi\net46\System.Net.Http.dll"/>
<CompilerArtifact Remove="$(_Exes)csi\net46\System.Diagnostics.DiagnosticSource.dll"/>
<CompilerArtifact Include="$(_Exes)csi\net46\System.Net.Http.dll" NgenArchitecture="" NgenApplication=""/>
<CompilerArtifact Include="$(_Exes)csi\net46\System.Diagnostics.DiagnosticSource.dll" NgenArchitecture="" NgenApplication=""/>
</ItemGroup>
</Target>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册