2020-05-22 09:48:02 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-07-12 19:45:17 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
</PropertyGroup>
|
2020-05-22 09:48:02 +00:00
|
|
|
|
2021-07-12 19:45:17 +00:00
|
|
|
<ItemGroup>
|
2021-07-15 21:06:16 +00:00
|
|
|
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" />
|
|
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
|
2021-07-12 19:45:17 +00:00
|
|
|
</ItemGroup>
|
2020-05-22 09:48:02 +00:00
|
|
|
|
2021-07-12 19:45:17 +00:00
|
|
|
<ItemGroup>
|
2021-07-15 21:06:16 +00:00
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
2021-07-12 19:45:17 +00:00
|
|
|
</ItemGroup>
|
2020-05-22 09:48:02 +00:00
|
|
|
</Project>
|