Take into account Code Review Feedback

This commit is contained in:
Bryan 2016-04-19 14:38:24 -07:00
parent 56194a8e12
commit f4f05656a1
2 changed files with 11 additions and 12 deletions

View file

@ -8,5 +8,15 @@
},
"frameworks": {
"netcoreapp1.0": { }
},
"runtimes": {
"win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"centos.7-x64": {},
"rhel.7.2-x64": {},
"debian.8-x64": {}
}
}

View file

@ -2,20 +2,9 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Linq;
using Xunit;
using Moq;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.ProjectModel;
using Microsoft.DotNet.Tools.Test.Utilities;
using Microsoft.Extensions.PlatformAbstractions;
using System.Threading;
using FluentAssertions;
using NuGet.Frameworks;
namespace Microsoft.DotNet.Cli.Utils.Tests
{
@ -41,4 +30,4 @@ namespace Microsoft.DotNet.Cli.Utils.Tests
new RunCommand(testProject).Execute(testProjectToBuild).Should().Pass();
}
}
}
}