提交 387b514f 编写于 作者: J Jared Parsons

Enforce new SDK elements in BuildBoss

上级 ec65dd7a
......@@ -49,6 +49,13 @@ public bool Check(TextWriter textWriter)
allGood &= CheckForProperty(textWriter, "Deterministic");
allGood &= CheckForProperty(textWriter, "HighEntropyVA");
allGood &= CheckForProperty(textWriter, "DocumentationFile");
// Items which are not necessary anymore in the new SDK
if (_projectUtil.IsNewSdk)
{
allGood &= CheckForProperty(textWriter, "ProjectTypeGuids");
allGood &= CheckForProperty(textWriter, "TargetFrameworkProfile");
}
allGood &= CheckRoslynProjectType(textWriter);
allGood &= CheckProjectReferences(textWriter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册