Minor fixes to ProjectModelServer changes

This commit is contained in:
Troy Dai 2016-03-28 22:58:29 -07:00 committed by Mihai Codoban
parent e23f08e7ac
commit d2984e3cfc
2 changed files with 2 additions and 2 deletions

View file

@ -4,11 +4,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.DotNet.ProjectModel.Graph;
using Microsoft.DotNet.ProjectModel.Server.Helpers;
using Microsoft.DotNet.ProjectModel.Server.Models;
using Microsoft.DotNet.Cli.Compiler.Common;
using NuGet.Frameworks;
using Microsoft.DotNet.ProjectModel.Graph;
namespace Microsoft.DotNet.ProjectModel.Server
{

View file

@ -10,7 +10,7 @@ namespace Microsoft.DotNet.ProjectModel.Server.Models
{
public class DependencyDescription
{
protected DependencyDescription() { }
private DependencyDescription() { }
public string Name { get; private set; }