Skip to content

Commit

Permalink
chore: more packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 4, 2024
1 parent f48adae commit e00a103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<PackageReference Include="Silk.NET.OpenGL" Version="2.16.0" />
<PackageReference Include="Uno.Core.Extensions.Logging" Version="4.0.1" />
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />
</ItemGroup>

<ItemGroup Condition="!$(TargetFramework.Contains('windows10'))">
<ProjectReference Include="..\..\Uno.UI\Uno.UI.Reference.csproj" PrivateAssets="all" />
</ItemGroup>

Expand Down
5 changes: 1 addition & 4 deletions src/Uno.UI.RuntimeTests/Uno.UI.RuntimeTests.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@
</ItemGroup>

<ItemGroup>
<!-- <ProjectReference Include="..\Uno.Foundation\Uno.Foundation.Reference.csproj" />-->
<!-- <ProjectReference Include="..\Uno.UWP\Uno.Reference.csproj" />-->
<ProjectReference Include="..\Uno.Foundation\Uno.Foundation.Skia.csproj" />
<ProjectReference Include="..\Uno.UWP\Uno.Skia.csproj" />

<ProjectReference Include="..\Uno.UI.RemoteControl\Uno.UI.RemoteControl.Skia.csproj" />
<ProjectReference Include="..\Uno.UI\Uno.UI.Skia.csproj" />
<ProjectReference Include="..\Uno.UWP\Uno.Skia.csproj" />
<ProjectReference Include="..\Uno.UI.Toolkit\Uno.UI.Toolkit.Skia.csproj" />
<ProjectReference Include="..\Uno.UI.FluentTheme\Uno.UI.FluentTheme.Skia.csproj" />
</ItemGroup>
Expand Down

0 comments on commit e00a103

Please sign in to comment.