Files
robot_intelligence_final_pr…/ConsoleApp/ConsoleApp.csproj
Brady Bodily 31a4309a47 first commit
2020-12-10 12:00:41 -07:00

13 lines
280 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="4.5.2" />
</ItemGroup>
</Project>