mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-21 08:48:38 +00:00
Bumps [ConfigureAwaitChecker.Analyzer](https://github.com/cincuranet/ConfigureAwaitChecker) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/cincuranet/ConfigureAwaitChecker/releases) - [Commits](https://github.com/cincuranet/ConfigureAwaitChecker/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
21 lines
841 B
XML
21 lines
841 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="all" Version="5.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" IncludeAssets="compile" Version="*" />
|
|
<PackageReference Include="SteamKit2" IncludeAssets="compile" Version="*" />
|
|
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" Version="*" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" IncludeAssets="compile" Version="*" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
|
|
</ItemGroup>
|
|
</Project>
|