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

Refactoring dependencies for Uno #2977

Merged
merged 4 commits into from
Oct 10, 2023
Merged

Refactoring dependencies for Uno #2977

merged 4 commits into from
Oct 10, 2023

Conversation

dansiegel
Copy link
Member

Description of Change

This refactors the dependencies for Uno. This removes anything that wasn't actually necessary as it is already provided as a transitive dependency. This also fixes an issue with the current release where you would need to specify an override for the Windows Framework Reference.

<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.22621.30" />
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.22621.30" />

Bugs Fixed

  • Removes the need to specify FrameworkReference's

API Changes

  • PrismApplicationBase now seals the override for OnLaunched.
  • Removes PrismApplicationBase.CreateModuleCatalog() - If using a custom ModuleCatalog you should use the DI Container

@dansiegel dansiegel added this to the Prism 9.0 milestone Oct 10, 2023
@dansiegel dansiegel merged commit e6170f8 into master Oct 10, 2023
15 checks passed
@dansiegel dansiegel deleted the dev/ds/uno-updates branch October 10, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant