2017-07-10 08:20:15 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2018-06-11 01:38:35 +02:00
|
|
|
<OutputType>Library</OutputType>
|
2017-07-10 08:20:15 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-05-02 14:51:08 +02:00
|
|
|
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" />
|
2017-07-10 08:20:15 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|