-
Notifications
You must be signed in to change notification settings - Fork 742
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
feat: Add .NET 7 support #10019
feat: Add .NET 7 support #10019
Conversation
ef9d99d
to
4a946ad
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
183a286
to
8cdd789
Compare
/azp run |
75f7b7b
to
c7d7070
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@jeromelaban The failure is due to dotnet/arcade#11188 (commented to save time in case you haven't already found the issue) |
fc93a33
to
8b36a15
Compare
The build 58040 found UI Test snapshots differences: Details
|
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Adds support for .NET 7 for WebAssembly and Skia. The reference API also uses .NET 7 which allows Uno internals to benefit from the newer language and runtime features.
The
netstandard2.0
target for cross-runtime libraries is still supported.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):