Minor fixes to ProjectModelServer changes
This commit is contained in:
parent
e23f08e7ac
commit
d2984e3cfc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace Microsoft.DotNet.ProjectModel.Server.Models
|
|||
{
|
||||
public class DependencyDescription
|
||||
{
|
||||
protected DependencyDescription() { }
|
||||
private DependencyDescription() { }
|
||||
|
||||
public string Name { get; private set; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue