Skip to content
代码片段 群组 项目
提交 915fe6de 编辑于 作者: Jared Parsons's avatar Jared Parsons
浏览文件

Work around sdk 1.1 compat bug

Recent builds of the SDK introduced a bug around referencing netstandard
1.6 projects. This trigged on several Roslyn projects and cause build
breaks with newer builds of VS.

Suppressing the check for now. Will undo when we move to 2.0 SDK

https://github.com/dotnet/roslyn/issues/21183
上级 caae8b5a
No related branches found
No related tags found
无相关合并请求
......@@ -69,6 +69,9 @@
{RawFileName};
</AssemblySearchPaths>
<!-- https://github.com/dotnet/roslyn/issues/21183 -->
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<RoslynNetSdkRootPath>$(MSBuildSDKsPath)\Microsoft.NET.Sdk\Sdk\</RoslynNetSdkRootPath>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册