Fix namespace

This commit is contained in:
David Fowler 2015-11-01 02:46:05 -08:00
parent 81f4ebe412
commit eaf05ea596

View file

@ -8,7 +8,7 @@ using Microsoft.DotNet.Cli.Utils;
using Microsoft.Extensions.ProjectModel;
using NuGet.Frameworks;
namespace Microsoft.DotNet.Tools.Compiler
namespace Microsoft.DotNet.Tools.Run
{
public class Program
{