Fix Microsoft.DotNet.ProjectModel namespace

This commit is contained in:
piotrp 2015-11-27 16:19:54 -08:00
parent 2ad820d983
commit bf2583c1a6
57 changed files with 87 additions and 87 deletions

View file

@ -7,7 +7,7 @@ using NuGet.Frameworks;
using NuGet.Packaging.Core;
using NuGet.Versioning;
namespace Microsoft.Extensions.ProjectModel.Graph
namespace Microsoft.DotNet.ProjectModel.Graph
{
public class LockFileTargetLibrary
{