Skip to content

Commit

Permalink
尝试修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed May 17, 2024
1 parent 33a0f06 commit a42558d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;

using Microsoft.Extensions.Localization;
using Microsoft.UI.Dispatching;

using UnoFileDownloader.Utils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using System.Collections.ObjectModel;
using System.Xml.Linq;

using Microsoft.Extensions.Localization;
using Microsoft.Extensions.Options;
using Uno.Extensions;

using UnoFileDownloader.Business;
using UnoFileDownloader.Business.Models;
using UnoFileDownloader.Utils;

namespace UnoFileDownloader.Presentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Diagnostics;
using Uno.Logging;
using UnoFileDownloader.Business.Models;

namespace UnoFileDownloader.Presentation
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Threading.Tasks;
using dotnetCampus.FileDownloader;
using UnoFileDownloader.Business;
using UnoFileDownloader.Business.Models;
using UnoFileDownloader.Utils;

namespace UnoFileDownloader.Presentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using UnoFileDownloader.Business.Models;

namespace UnoFileDownloader.Presentation
{
public partial record SecondModel(Entity Entity)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
Material;
Dsp;
Toolkit;
Mvvm;
MVUX;
ThemeService;
Localization;
Navigation;
</UnoFeatures>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit a42558d

Please sign in to comment.