chore(deps): update asf-ui digest to c465c58
[ArchiSteamFarm.git] / ArchiSteamFarm.OfficialPlugins.SteamTokenDumper / ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj
blob31e3a3ea5bab73990aaf708cc7b8e3f0ffcc47f8
1 <Project Sdk="Microsoft.NET.Sdk">
2         <PropertyGroup>
3                 <OutputType>Library</OutputType>
4         </PropertyGroup>
6         <ItemGroup>
7                 <PackageReference Include="JetBrains.Annotations" PrivateAssets="all" />
8                 <PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
9                 <PackageReference Include="SteamKit2" IncludeAssets="compile" />
10                 <PackageReference Include="Swashbuckle.AspNetCore.Annotations" IncludeAssets="compile" />
11                 <PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
12         </ItemGroup>
14         <ItemGroup>
15                 <ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
16         </ItemGroup>
18         <ItemGroup>
19                 <EmbeddedResource Update="Localization\Strings.resx" EmitFormatMethods="true" />
20         </ItemGroup>
21 </Project>