提交 88e46c0c 编写于 作者: G Gen Lu

Fix rootnamespce property name we received from project-system

上级 8926f8c8
......@@ -7,6 +7,9 @@ namespace Microsoft.VisualStudio.LanguageServices.ProjectSystem
/// </summary>
internal static class AdditionalPropertyNames
{
public const string RootNamespace = "rootnamespace";
// All supported properties can be found in dotnet/project-system repo
// https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/LanguageService.xaml
public const string RootNamespace = "RootNamespace";
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册