Skip to content

Commit

Permalink
MAUI update
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge committed Mar 14, 2024
1 parent 3fec2a0 commit f656e8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaPlayer" Version="15.8.43" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.43" />
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" Version="15.8.43" />
</ItemGroup>
<ProjectExtensions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-android'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<ProjectReference Include="..\..\..\..\..\_SETUP\FILES\Demos\AndroidDependency\VisioForge.Core.Android.X7.csproj" />
<ProjectReference Include="..\..\..\AndroidDependency\VisioForge.Core.Android.X7.csproj" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
Expand All @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-ios'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.iOS" Version="1.23.0" />
<ProjectReference Include="..\..\..\..\VisioForge.Core.UI.Apple\VisioForge.Core.UI.Apple.csproj" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Apple" Version="15.8.43" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\Splash\splash.svg" />
Expand All @@ -81,9 +81,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\VisioForge.Core.UI.MAUI\VisioForge.Core.UI.MAUI.csproj" />
<ProjectReference Include="..\..\..\..\VisioForge.Core\VisioForge.Core.csproj" />
<ProjectReference Include="..\..\..\..\VisioForge.Libs\VisioForge.Libs.csproj" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.43" />
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" Version="15.8.43" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-android'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
<ProjectReference Include="..\..\..\..\..\_SETUP\FILES\Demos\AndroidDependency\VisioForge.Core.Android.X8.csproj" />
<ProjectReference Include="..\..\..\AndroidDependency\VisioForge.Core.Android.X8.csproj" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
Expand All @@ -71,6 +71,7 @@
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.Contains('-ios'))">
<PackageReference Include="VisioForge.CrossPlatform.Core.iOS" Version="1.23.0" />
<PackageReference Include="VisioForge.DotNet.Core.UI.Apple" Version="15.8.43" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\Splash\splash.svg" />
Expand All @@ -83,8 +84,8 @@
<PackageReference Include="VisioForge.CrossPlatform.Core.Android" Version="1.22.5.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\VisioForge.Core.UI.MAUI\VisioForge.Core.UI.MAUI.csproj" />
<ProjectReference Include="..\..\..\..\VisioForge.Core\VisioForge.Core.csproj" />
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.8.43" />
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" Version="15.8.43" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down

0 comments on commit f656e8e

Please sign in to comment.