Skip to content

Commit

Permalink
Repacked coreclr binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed May 9, 2024
1 parent eff13f8 commit 23c284b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions chibiar/chibiar/chibiar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<RollForward>Major</RollForward>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.32" />
<PackageReference Include="ILRepack.FullAuto" Version="1.5.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\chibiar.core\chibiar.core.csproj" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion chibias/chibias.core/Assembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//
/////////////////////////////////////////////////////////////////////////////////////

using System.IO.Compression;
using chibicc.toolchain.IO;
using chibicc.toolchain.Logging;

Expand Down
4 changes: 0 additions & 4 deletions chibias/chibias.core/chibias.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<PackageId>chibias.core</PackageId>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<Reference Include="System.IO.Compression" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\toolchain.common\toolchain.common.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion chibias/chibias/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static int Main(string[] args)
}
else
{
logger.Information($"Failed linking.");
logger.Information($"Failed assembling.");
return 2;
}
}
Expand Down
5 changes: 5 additions & 0 deletions chibias/chibias/chibias.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<RollForward>Major</RollForward>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.32" />
<PackageReference Include="ILRepack.FullAuto" Version="1.5.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\chibias.core\chibias.core.csproj" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions chibild/chibild/chibild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<RollForward>Major</RollForward>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.32" />
<PackageReference Include="ILRepack.FullAuto" Version="1.5.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\chibild.core\chibild.core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 23c284b

Please sign in to comment.