Skip to content

Commit

Permalink
feat: remove unused satellite resource languages
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Aug 13, 2024
1 parent 98d9da7 commit ad35d4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions OKP.Core/OKP.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
<Copyright>Copyright (C) 2023 AmusementClub
Released under the GNU GPLv3+.
</Copyright>
<InvariantGlobalization>true</InvariantGlobalization>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BencodeNET" Version="5.0.0" />
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.24324.3" />
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.24324.3" />
<PackageReference Include="Tommy" Version="3.1.2" />
Expand Down

0 comments on commit ad35d4f

Please sign in to comment.