Fix compiler error introduced by merge conflict

This commit is contained in:
Nate McMaster 2018-06-04 10:39:30 -07:00
parent a7194f0a6e
commit 6586c921f0
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 0 additions and 1 deletions

View File

@ -43,6 +43,5 @@ namespace RepoTasks.ProjectModel
public IReadOnlyList<ProjectFrameworkInfo> Frameworks { get; }
public IReadOnlyList<DotNetCliReferenceInfo> Tools { get; }
public SolutionInfo SolutionInfo { get; internal set; }
}
}