-
Notifications
You must be signed in to change notification settings - Fork 15
Update to WinAppSdk 1.6, enable AoT on gallery head #195
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9e54bb0
Update to WinAppSdk 1.6.240531000-experimental1
Arlodotexe 9349c6c
Enabled AoT for WinAppSdk 1.6-experimental1. Added RuntimeIdentifier …
Arlodotexe 82f8495
Update MultiTarget/PackageReferences/WinAppSdk.props
Arlodotexe 5e643c4
Merge branch 'main' into wasdk/1.6
Arlodotexe 49cb231
Update MultiTarget/PackageReferences/WinAppSdk.props
Arlodotexe a9d1270
Update to prerelease packages for Wasdk AoT
Arlodotexe 371a247
Disabled AoT on test head, enabled on gallery
Arlodotexe 063405b
Merge branch 'main' into wasdk/1.6
Arlodotexe 0985e1b
Enable PublishAot in debug mode for gallery head
Arlodotexe c461b3f
Enable RuntimeIdentifier in debug mode
Arlodotexe 7aa3d5d
Merge branch 'main' into wasdk/1.6
Arlodotexe ed07936
Bump Microsoft.Windows.CsWinRT
Arlodotexe d013d13
Merge branch 'main' into wasdk/1.6
Arlodotexe 84ae3a8
Fixed syntax error
Arlodotexe 66595f7
Update to Microsoft.WindowsAppSDK 1.6.240701003-experimental2
Arlodotexe 15e3d12
Bump CsWinRT and WindowsSdkPackageVersion to latest stable version
Arlodotexe 127bdc3
Add WinAppSDK 1.6 workaround. See https://github.com/CommunityToolkit…
Arlodotexe 25c4ea8
Revert WindowsSdkPackageVersion to 10.0.22621.37-preview to align wit…
Arlodotexe edda2be
Update Microsoft.WindowsAppSDK to 1.6.240807006-preview1
Arlodotexe 336ef4c
Update WindowsSdkPackageVersion for Wasdk 1.6 preview1
Arlodotexe 236955c
Update transient WebView2 reference to 1.0.2730-prerelease
Arlodotexe 2fcca69
Revert WindowsSdkPackageVersion to 10.0.22621.37-preview for WindowsA…
Arlodotexe c3d33c3
Add partial to resolve CsWinRT1028
Arlodotexe 287689f
Restore default enabled TFMs
Arlodotexe 4dbd18a
Reverting 49cb231c9e26fce7627e6491890774b71a9552db. See https://githu…
Arlodotexe 456673a
Remove clean task to resolve https://github.com/CommunityToolkit/Wind…
Arlodotexe d19db7e
Merge branch 'main' into wasdk/1.6
Arlodotexe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" /> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240531000-experimental1" /> | ||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240722.1" PrivateAssets="all" /> | ||
</ItemGroup> | ||
</Project> |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.