未验证 提交 19f3e325 编写于 作者: J Jonathon Marolf 提交者: GitHub

Merge pull request #33732 from jmarolf/fix-deploy-on-sdk-style-projects

import the base type to work around breaking change
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.ComponentModel.Composition;
......@@ -15,8 +15,8 @@ namespace Roslyn.Compilers.Extension
public class SetGlobalGlobalPropertiesForCPS : StaticGlobalPropertiesProviderBase
{
[ImportingConstructor]
public SetGlobalGlobalPropertiesForCPS(IProjectService projectService)
: base(projectService.Services)
public SetGlobalGlobalPropertiesForCPS(IProjectCommonServices commonServices)
: base(commonServices)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册