2024-06-27 00:29:49 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-02-04 18:39:29 -06:00
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
|
2024-06-27 00:29:49 -05:00
|
|
|
|
<PackageReference Include="SteamWebAPI2" Version="4.4.1" />
|
2025-02-04 18:39:29 -06:00
|
|
|
|
<PackageReference Include="System.Text.Json" Version="9.0.1" />
|
2024-06-27 00:29:49 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|