Skip to content

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
@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