MoonTools.Graph/Graph/MoonTools.Core.Graph.csproj

9 lines
293 B
XML
Raw Normal View History

2019-10-23 00:46:44 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="morelinq" Version="3.2.0"/>
2019-10-23 23:46:04 +00:00
<PackageReference Include="Collections.Pooled" Version="1.0.82"/>
2019-10-23 00:46:44 +00:00
</ItemGroup>
</Project>