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:
parent
ef2ea7d6ae
commit
efe7c8e566
11 changed files with 33 additions and 302 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue