Skip to content

Commit

Permalink
up msi构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Aug 21, 2024
1 parent f529f0b commit 1d8f27b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/ColorMC.Core/ColorMC.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

<ItemGroup>
<PackageReference Include="Heijden.Dns.Portable" Version="2.0.19" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.61" />
<PackageReference Include="Jint" Version="4.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.64" />
<PackageReference Include="Jint" Version="4.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Tomlyn" Version="0.17.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/ColorMC.Gui/ColorMC.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" />
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.10" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="DialogHost.Avalonia" Version="0.7.9" />
<PackageReference Include="DialogHost.Avalonia" Version="0.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Silk.NET.SDL" Version="2.21.0" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
Expand Down
6 changes: 3 additions & 3 deletions src/ColorMC.Setup.Wix/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ private static void Build(Dir dir, string file, Platform platform)

static void Main()
{
Build(BuildX64(), "colormc-win-x64", Platform.x64);
Build(BuildX64AOT(), "colormc-win-x64-aot", Platform.x64);
Build(BuildX64Min(), "colormc-win-x64-min", Platform.x64);
Build(BuildX64(), "colormc-x64", Platform.x64);
Build(BuildX64AOT(), "colormc-x64-aot", Platform.x64);
Build(BuildX64Min(), "colormc-x64-min", Platform.x64);
//Build(BuildArm64(), "colormc-arm64", Platform.arm64);
//Build(BuildArm64AOT(), "colormc-arm64-aot", Platform.arm64);
//Build(BuildX64Min(), "colormc-x64-min", Platform.arm64);
Expand Down

0 comments on commit 1d8f27b

Please sign in to comment.