Remove use of Microsoft.Extensions.PlatformAbstractions

This commit is contained in:
Pranav K 2016-06-08 16:28:52 -07:00
parent 3c9f8dd99b
commit a2d4f6fed0
6 changed files with 7 additions and 18 deletions

View file

@ -1,15 +1,8 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved. 
// Licensed under the MIT license. See LICENSE file in the project root for full license information. 
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.Tools.Test.Utilities;
using Microsoft.Extensions.PlatformAbstractions;
using System;
using System.IO;
using System.Runtime.InteropServices;
using Xunit;
using Xunit.Abstractions;
using FluentAssertions;
using Microsoft.DotNet.Tools.Test.Utilities;
namespace Microsoft.DotNet.Tests
{