Skip to content

Commit cbcb549

Browse files
committed
Reformat and reorder package references for readability
Reformatted <PrivateAssets> and <IncludeAssets> elements in TelegramBot.ConsoleTest.csproj for better readability. Reordered Microsoft.Extensions.Hosting.Abstractions and System.Text.Json package references in TelegramBot.csproj to improve organization.
1 parent 8660760 commit cbcb549

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/TelegramBot.ConsoleTest/TelegramBot.ConsoleTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</Content>
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
16-
<PrivateAssets>all</PrivateAssets>
17-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
<PrivateAssets>all</PrivateAssets>
17+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<ProjectReference Include="..\TelegramBot\TelegramBot.csproj" />
2020
</ItemGroup>

Sources/TelegramBot/TelegramBot.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2929
<None Include="icon.png" Pack="true" PackagePath="\" />
3030
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
31-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
32-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
3331
<PackageReference Include="Telegram.Bot" Version="19.0.0" />
32+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
3433
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
3534
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
3635
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
3736
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
3837
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
3939
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
4040
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
4141
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />

0 commit comments

Comments
 (0)