From 6586c921f0ca944865f0fe74976a72ac9fa56158 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 4 Jun 2018 10:39:30 -0700 Subject: [PATCH] Fix compiler error introduced by merge conflict --- build/tasks/ProjectModel/ProjectInfo.cs | 1 - 1 file changed, 1 deletion(-) 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; } } }