mirror of
https://github.com/Colton1skees/Dna
synced 2026-06-21 13:42:09 +00:00
20 lines
508 B
XML
20 lines
508 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetGraph" Version="2.7.0" />
|
|
<PackageReference Include="Rivers" Version="0.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Dna.DataStructures\Dna.DataStructures.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|