5896a66e73
* Update dependencies from https://github.com/xamarin/xamarin-android build main-ebdd4b826cc208202ac1793484cad2fe0036abc2-1 Microsoft.Android.Sdk.Windows From Version 31.0.200-preview.14.84 -> To Version 31.0.200-preview.14.91 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Manifest-6.0.100,Microsoft.NETCore.App.Ref From Version 6.0.0 -> To Version 6.0.2 (parent: Microsoft.NETCore.App.Ref * Install Microsoft.NET.Workload.Emscripten.Manifest This solves the build error: Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Workload manifest dependency 'Microsoft.NET.Workload.Emscripten' version '6.0.2' is lower than version '6.0.1' required by manifest 'microsoft.net.workload.mono.toolchain' [/Users/builder/azdo/_work/2/s/bin/dotnet/sdk-manifests/6.0.200/microsoft.net.workload.mono.toolchain/WorkloadManifest.json] at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.ComposeWorkloadManifests() at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.Create(IWorkloadManifestProvider manifestProvider, String dotnetRootPath, String sdkVersion, String userProfileDir) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand..ctor(ParseResult parseResult, IReporter reporter, IWorkloadResolver workloadResolver, IInstaller workloadInstaller, INuGetPackageDownloader nugetPackageDownloader, IWorkloadManifestUpdater workloadManifestUpdater, String dotnetDir, String userProfileDir, String tempDirPath, String version, IReadOnlyCollection`1 workloadIds) at Microsoft.DotNet.Workloads.Workload.WorkloadCommand.<get_SubCommands>b__9_0(ParseResult appliedOption) at Microsoft.DotNet.Cli.DotNetTopLevelCommandBase.RunCommand(String[] args) at Microsoft.DotNet.Workloads.Workload.WorkloadCommand.Run(String[] args) at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient) at Microsoft.DotNet.Cli.Program.Main(String[] args) * Update dependencies from https://github.com/xamarin/xamarin-android build main-d73e048af287b32c69d825191337927081bf8d3c-1 Microsoft.Android.Sdk.Windows From Version 31.0.200-preview.14.84 -> To Version 31.0.200-preview.14.93 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Manifest-6.0.100,Microsoft.NETCore.App.Ref From Version 6.0.0 -> To Version 6.0.2 (parent: Microsoft.NETCore.App.Ref * Use 6.0.0 and 6.0.1 versions of certain packages * Update dependencies from https://github.com/xamarin/xamarin-android build main-0583ca1d3a44f4ffc6a29b487ef2b4ed33d2c067-1 Microsoft.Android.Sdk.Windows From Version 31.0.200-preview.14.84 -> To Version 31.0.200-preview.14.95 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Manifest-6.0.100,Microsoft.NETCore.App.Ref From Version 6.0.0 -> To Version 6.0.2 (parent: Microsoft.NETCore.App.Ref * Bump ios to match #4798 * macios is on 6.0.300 already * Update dependencies from https://github.com/xamarin/xamarin-android build main-0583ca1d3a44f4ffc6a29b487ef2b4ed33d2c067-1 Microsoft.Android.Sdk.Windows From Version 31.0.200-preview.14.84 -> To Version 31.0.200-preview.14.95 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Manifest-6.0.100,Microsoft.NETCore.App.Ref From Version 6.0.0 -> To Version 6.0.2 (parent: Microsoft.NETCore.App.Ref * Update Versions.props Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: redth <jondick@gmail.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> |
||
---|---|---|
.config | ||
.github | ||
.nuspec | ||
.vscode | ||
Assets | ||
eng | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitconfig | ||
.gitignore | ||
Directory.Build.props | ||
Directory.Build.targets | ||
GitInfo.txt | ||
LICENSE | ||
Microsoft.Maui-mac.slnf | ||
Microsoft.Maui.BuildTasks.slnf | ||
Microsoft.Maui.Packages-mac.slnf | ||
Microsoft.Maui.Packages.slnf | ||
Microsoft.Maui.Samples.slnf | ||
Microsoft.Maui.sln | ||
NuGet.config | ||
README.md | ||
SECURITY.md | ||
_omnisharp.sln | ||
build.cake | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
global.json | ||
issueopenerlabels.json | ||
omnisharp.json |
README.md
.NET Multi-platform App UI (.NET MAUI)
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.
Getting Started
- Install .NET MAUI
- .NET MAUI documentation
- .NET Podcasts Sample Apps
- Weather '21 Sample App
- Development Guide
Overview
.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into native desktop apps for Windows and macOS. With .NET MAUI, you can build native apps that perform great for any device that runs Windows, macOS, Android, & iOS from a single codebase. Coupled with Visual Studio productivity tools and emulators, .NET and Visual Studio significantly speed up the development process for building apps that target the widest possible set of native devices. Use a single development stack that supports the best of breed solutions for all modern workloads with a unified SDK, base class libraries, and toolchain. Read More
Current News
- February 15, 2022 - Announcing .NET MAUI Preview 13
- January 19, 2022 - Announcing .NET MAUI Preview 12
- December 14, 2021 - Announcing .NET MAUI Preview 11
- November 8, 2021 - Announcing .NET MAUI Preview 10
- October 12, 2021 - Announcing .NET MAUI Preview 9
- September 14, 2021 - Update on .NET Multi-platform App UI (.NET MAUI)
Follow the .NET MAUI Blog and visit the News wiki page for more news and updates.
FAQs
Do you have questions? Do not worry, we have prepared a complete FAQ answering the most common questions.
How to Engage, Contribute, and Give Feedback
Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found here for discussion.
See CONTRIBUTING
Code of conduct
See CODE-OF-CONDUCT