Update WindowsML samples to Windows App SDK 2.1.3 with ML 2.1.1 and O…#643
Open
mahabayana wants to merge 11 commits into
Open
Update WindowsML samples to Windows App SDK 2.1.3 with ML 2.1.1 and O…#643mahabayana wants to merge 11 commits into
mahabayana wants to merge 11 commits into
Conversation
…nnxRuntimeGenAI.WinML 0.14.0 Package version changes: - Microsoft.WindowsAppSDK: 1.8.260101001 -> 2.1.3 - Microsoft.WindowsAppSDK.ML: 1.8.2119 -> 2.1.1 - Microsoft.WindowsAppSDK.AI: 1.8.44 -> 2.1.10 - Microsoft.WindowsAppSDK.Base: 1.8.x -> 2.0.4 - Microsoft.WindowsAppSDK.DWrite: 1.8.x -> 2.1.0 - Microsoft.WindowsAppSDK.Foundation: 1.8.x -> 2.0.21 - Microsoft.WindowsAppSDK.InteractiveExperiences: 1.8.x -> 2.0.13 - Microsoft.WindowsAppSDK.Runtime: 1.8.x -> 2.1.3 - Microsoft.WindowsAppSDK.Widgets: 1.8.x -> 2.0.5 - Microsoft.WindowsAppSDK.WinUI: 1.8.x -> 2.1.0 - Microsoft.ML.OnnxRuntimeGenAI.WinML: 0.10.0 -> 0.14.0 - Added Microsoft.Windows.AI.MachineLearning 2.1.1 Excluded: cpp/CppConsoleDesktop.FrameworkDependent, cpp/CppConsoleDesktop.SelfContained Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
adrastogi
reviewed
May 29, 2026
| <package id="Microsoft.WindowsAppSDK.Widgets" version="1.8.251231004" targetFramework="native" /> | ||
| <package id="Microsoft.WindowsAppSDK.WinUI" version="1.8.251222000" targetFramework="native" /> | ||
| <package id="Microsoft.ML.OnnxRuntimeGenAI.WinML" version="0.10.0" targetFramework="native" /> | ||
| <package id="Microsoft.WindowsAppSDK" version="2.1.3" targetFramework="native" /> |
Contributor
There was a problem hiding this comment.
Are there any updates needed to the CppConsoleDesktop.FrameworkDependent and CppConsoleDesktop.SelfContained projects? I didn't see those in the diffs. Similar for the Python samples, do they need to point to any different packages?
…directory ConsoleClient.exe loads WindowsMLWrapper.dll via LoadLibraryW at runtime, but MSBuild outputs them to separate directories. Added a post-build target to copy the DLL and its dependencies to the ConsoleClient output directory.
This reverts commit be675b5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Package version changes:
Excluded: cpp/CppConsoleDesktop.FrameworkDependent, cpp/CppConsoleDesktop.SelfContained