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

Update WindowsAppSDK version to match MAUI requirements #500

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

mstefarov
Copy link
Collaborator

Current versions of MAUI depend on WindowsAppSDK 1.1.5 but our MAUI sample project still references 1.1.4, causing a build error:

error NU1605: Warning As Error: Detected package downgrade: Microsoft.WindowsAppSDK from 1.1.5 to 1.1.4. Reference the package directly from the project to select a different version. 
error NU1605:  Toolkit.SampleApp.Maui -> Microsoft.Maui.Dependencies 6.0.552 -> Microsoft.WindowsAppSDK (>= 1.1.5) 
error NU1605:  Toolkit.SampleApp.Maui -> Microsoft.WindowsAppSDK (>= 1.1.4)

@mstefarov mstefarov requested a review from dotMorten March 23, 2023 22:50
@mstefarov mstefarov self-assigned this Mar 23, 2023
@mstefarov mstefarov merged commit 46738cc into v.next Mar 23, 2023
@mstefarov mstefarov deleted the matvei/winappsdk-upgrade branch March 23, 2023 23:12
dotMorten added a commit that referenced this pull request Apr 19, 2023
* v200.1

* WPF Popupviewer updates (#491)

* Switch to use PopupElements for popup viewer control

* Address namespace changes

* Update WindowsAppSDK version to match MAUI requirements (#500)

* Update deprecated property

* Add properties to allow compiling for .NET Framework

* Fix typo

* Avoid navigation string resources in toolkit package

* Updates relevant to popupviewer enhancements

(cherry picked from commit 273a7d7)

* Update README.md

Co-authored-by: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>

* Update docs/popup-viewer.md

Co-authored-by: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>

* Fix min-version support in MAUI

* Maui: Ensure fonts are packaged and deployed

* Add support for basic HTML in popups (#504)

* Work around asset deployment issues caused by WinAppSDK

See microsoft/WindowsAppSDK#3546 for details

* Also include assets in lib folder for library layout

Follow-up to work around issue microsoft/WindowsAppSDK#3546

* Set background on toolbar

---------

Co-authored-by: Morten Nielsen <mort5161@esri.com>
Co-authored-by: Matvei Stefarov <mstefarov@esri.com>
Co-authored-by: Preeti Maske <pmaske@esri.com>
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.

2 participants