creature-bird-dwarf/creatureBirdDwarf.csproj

15 lines
423 B
XML
Raw Normal View History

2021-10-07 06:27:33 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
2021-10-07 06:27:33 -04:00
</PropertyGroup>
<ItemGroup>
2021-11-06 00:41:00 -04:00
<PackageReference Include="adamrgrey.sharpfall" Version="0.0.1" />
2021-10-07 06:27:33 -04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>