2017-07-10 08:20:15 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-07-12 21:45:17 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
</PropertyGroup>
|
2017-07-10 08:20:15 +02:00
|
|
|
|
2021-07-12 21:45:17 +02:00
|
|
|
<ItemGroup>
|
2021-07-15 23:06:16 +02:00
|
|
|
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" />
|
2021-12-14 23:10:11 +01:00
|
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
|
2021-07-15 23:06:16 +02:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" />
|
2021-07-12 21:45:17 +02:00
|
|
|
</ItemGroup>
|
2017-07-10 08:20:15 +02:00
|
|
|
|
2021-07-12 21:45:17 +02:00
|
|
|
<ItemGroup>
|
2021-07-15 23:06:16 +02:00
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" />
|
2021-07-12 21:45:17 +02:00
|
|
|
</ItemGroup>
|
2017-07-10 08:20:15 +02:00
|
|
|
</Project>
|