diff --git a/build/tasks/ProjectModel/ProjectInfo.cs b/build/tasks/ProjectModel/ProjectInfo.cs index f98bfca8be..4f4b7a3a9c 100644 --- a/build/tasks/ProjectModel/ProjectInfo.cs +++ b/build/tasks/ProjectModel/ProjectInfo.cs @@ -43,6 +43,5 @@ namespace RepoTasks.ProjectModel public IReadOnlyList Frameworks { get; } public IReadOnlyList Tools { get; } - public SolutionInfo SolutionInfo { get; internal set; } } }