2023-01-29 22:51:25 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-03-01 15:22:04 +01:00
|
|
|
<PackageReference Include="AngleSharp" IncludeAssets="compile" />
|
2025-07-24 13:50:44 +02:00
|
|
|
<PackageReference Include="JetBrains.Annotations.Sources" PrivateAssets="all" />
|
2023-01-29 22:51:25 +01:00
|
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|