Skip to content

Commit

Permalink
加上打包使用的库
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Jan 27, 2024
1 parent f3cdaf5 commit 0e36147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project ToolsVersion="15.0">
<Project ToolsVersion="15.0">
<ItemGroup>
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.23479.6" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
Expand Down Expand Up @@ -46,5 +46,6 @@
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.10.0.1" />
<PackageVersion Include="Uno.UITest.Helpers" Version="1.1.0-dev.70" />
<PackageVersion Include="Xamarin.UITest" Version="4.3.0" />
<PackageVersion Include="Packaging.DebUOS" Version="3.11.0"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<PackageReference Include="SkiaSharp.Skottie" />
<PackageReference Include="Uno.WinUI.DevServer" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" />

<!-- 打包用的 -->
<PackageReference Include="Packaging.DebUOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UnoFileDownloader\UnoFileDownloader.csproj" />
Expand Down

0 comments on commit 0e36147

Please sign in to comment.