remove Collections.Pooled

pull/5/head
Evan Hemsley 2019-12-05 16:23:39 -08:00
parent 23b3241f60
commit 65e5ea2ec0
2 changed files with 5 additions and 9 deletions

View File

@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Encompass.Exceptions;
using Collections.Pooled;
namespace Encompass
{

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Encompass</RootNamespace>
@ -23,7 +23,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Collections.Pooled" Version="1.0.82" />
<PackageReference Include="MoonTools.Core.Graph" Version="1.0.0"/>
</ItemGroup>
</Project>