2020-05-22 11:48:02 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-07-12 21:45:17 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
</PropertyGroup>
|
2020-05-22 11:48:02 +02:00
|
|
|
|
2021-07-12 21:45:17 +02:00
|
|
|
<ItemGroup>
|
2025-07-24 13:50:44 +02:00
|
|
|
<PackageReference Include="JetBrains.Annotations.Sources" PrivateAssets="all" />
|
2025-11-11 16:37:43 +01:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" IncludeAssets="compile" />
|
2021-07-15 23:06:16 +02:00
|
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
|
2021-07-12 21:45:17 +02:00
|
|
|
</ItemGroup>
|
2020-05-22 11:48:02 +02:00
|
|
|
|
2021-07-12 21:45:17 +02:00
|
|
|
<ItemGroup>
|
2021-07-15 23:06:16 +02:00
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
2021-07-12 21:45:17 +02:00
|
|
|
</ItemGroup>
|
2020-05-22 11:48:02 +02:00
|
|
|
</Project>
|