Skip to content

Commit

Permalink
Added: Missing Trimmer Tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed May 6, 2024
1 parent 53d3306 commit 89d9a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.4" />
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.1.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Riders.Tweakbox.Gearpack/Riders.Tweakbox.Gearpack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

<ItemGroup>
<PackageReference Include="Colourful" Version="3.1.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.4" />
<PackageReference Include="Reloaded.Mod.Interfaces" Version="2.1.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Riders.Tweakbox/Riders.Tweakbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<PackageReference Include="FastExpressionCompiler" Version="3.2.2" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.16" />
<PackageReference Include="Mapster" Version="7.3.0" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.4" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.2.10-beta">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 89d9a5e

Please sign in to comment.