Remove references to PlatformAbstractions. (#7408)

* Remove references to PlatformAbstractions.

This will allow us to remove the PlatformAbstractions library from dotnet/runtime.

Contributes to https://github.com/dotnet/runtime/issues/3470
This commit is contained in:
Eric Erhardt 2020-05-06 09:59:23 -05:00 committed by GitHub
parent ef2ea7d6ae
commit efe7c8e566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 302 deletions

View file

@ -5,9 +5,7 @@ using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
using FluentAssertions;
using Microsoft.DotNet.PlatformAbstractions;
namespace Microsoft.DotNet.Tools.Test.Utilities
{