LANCommander/LANCommander.Steam/LANCommander.Steam.csproj
2025-09-25 19:11:37 -05:00

13 lines
322 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" />
<PackageReference Include="SteamWebAPI2" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>
</Project>