creature-bird-dwarf/creatureBirdDwarf.csproj
Adam R. Grey ca51aba2c8 just use artifactory
it's the right answer, and if you insist on being independent from untrustworthy and/or overpriced platforms, make a nuget feed. But I'm too lazy. So: artifactory free tier.
2021-12-09 06:06:10 -05:00

15 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="adamrgrey.sharpfall" Version="0.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>