mtg-rules-dler/mtg-rules-dler.csproj

14 lines
312 B
XML
Raw Permalink Normal View History

2021-12-09 08:15:58 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>mtg_rules_dler</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.39" />
</ItemGroup>
</Project>