Skip to content

Conversation

@AtlasUnbound
Copy link

This commit updates the project's dependencies to their latest versions to improve compatibility with Windows 11. It also resolves a dependency conflict in ModernFlyouts.Core.csproj and enables Windows targeting for cross-platform builds.

The following changes were made:

  • Updated CommunityToolkit.Mvvm, NAudio, and System.Management in ModernFlyouts.Core.csproj.
  • Updated CommunityToolkit.Mvvm and Hardcodet.NotifyIcon.Wpf.NetCore in ModernFlyouts.csproj.
  • Resolved a duplicate CommunityToolkit.Mvvm reference.
  • Added <EnableWindowsTargeting>true</EnableWindowsTargeting> to both project files.

Note: The project could not be built in the current Linux-based environment due to its dependency on Windows-specific build components. The changes should be tested in a Windows environment.

This commit updates the project's dependencies to their latest versions to improve compatibility with Windows 11. It also resolves a dependency conflict in `ModernFlyouts.Core.csproj` and enables Windows targeting for cross-platform builds.

The following changes were made:
- Updated `CommunityToolkit.Mvvm`, `NAudio`, and `System.Management` in `ModernFlyouts.Core.csproj`.
- Updated `CommunityToolkit.Mvvm` and `Hardcodet.NotifyIcon.Wpf.NetCore` in `ModernFlyouts.csproj`.
- Resolved a duplicate `CommunityToolkit.Mvvm` reference.
- Added `<EnableWindowsTargeting>true</EnableWindowsTargeting>` to both project files.

Note: The project could not be built in the current Linux-based environment due to its dependency on Windows-specific build components. The changes should be tested in a Windows environment.
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.

1 participant