Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3758 Updates Referenced Maui Packages To Latest #3759

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

thabaum
Copy link
Contributor

@thabaum thabaum commented Feb 9, 2024

Fixes #3758

Updates Oqtane.Maui packages to the latest versions available.

I noticed when updating these I was also given another package:

  <ItemGroup>
    <PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
  </ItemGroup>

I went ahead an added <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" /> to avoid needing to perform an update to get this included package to latest version.

includes     <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" /> which will otherwise be requested as an update from 8.0.3 in package manager.
@sbwalker sbwalker merged commit 934b5e3 into oqtane:dev Feb 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: Update Oqtane.Maui Package References to latest versions in dev branch.
2 participants