{ "version": "@VERSION@", "workloads": { "maui": { "description": ".NET MAUI SDK for all platforms", "extends": [ "maui-mobile", "maui-desktop" ] }, "maui-mobile": { "description": ".NET MAUI SDK for Mobile", "extends": [ "maui-android", "maui-ios", "maui-tizen" ] }, "maui-desktop": { "description": ".NET MAUI SDK for Desktop", "extends": [ "maui-maccatalyst", "maui-windows" ] }, "maui-core": { "abstract": true, "description": ".NET MAUI SDK Core Packages", "packs": [ "Microsoft.Maui.Sdk.net@MAUI_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Sdk.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Graphics", "Microsoft.Maui.Resizetizer", "Microsoft.Maui.Templates.net@MAUI_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Templates.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@", "Microsoft.Maui.Core", "Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Build.Tasks", "Microsoft.Maui.Controls.Core", "Microsoft.Maui.Controls.Xaml", "Microsoft.Maui.Essentials" ] }, "maui-blazor": { "abstract": true, "description": ".NET MAUI SDK Blazor Packages", "extends": [ "maui-core" ], "packs": [ "Microsoft.AspNetCore.Components.WebView.Maui" ] }, "maui-android": { "description": ".NET MAUI SDK for Android", "extends": [ "maui-blazor", "android" ] }, "maui-maccatalyst": { "description": ".NET MAUI SDK for Mac Catalyst", "extends": [ "maui-blazor", "maccatalyst" ] }, "maui-ios": { "description": ".NET MAUI SDK for iOS", "extends": [ "maui-blazor", "ios" ] }, "maui-windows": { "description": ".NET MAUI SDK for Windows", "extends": [ "maui-blazor" ], "packs": [ "Microsoft.Maui.Graphics.Windows" ] }, "maui-tizen": { "description": ".NET MAUI SDK for Tizen", "extends": [ "maui-blazor" ] } }, "packs": { "Microsoft.AspNetCore.Components.WebView.Maui": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Core": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Controls": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Controls.Build.Tasks": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Controls.Core": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Controls.Xaml": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Controls.Compatibility": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Essentials": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Graphics": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Graphics.Windows": { "kind": "library", "version": "@VERSION@", "alias-to": { "win-x86": "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop", "win-x64": "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop", "win-arm64": "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop" } }, "Microsoft.Maui.Resizetizer": { "kind": "library", "version": "@VERSION@" }, "Microsoft.Maui.Sdk.net@MAUI_DOTNET_VERSION_MAJOR@": { "kind": "sdk", "version": "@VERSION@", "alias-to": { "any": "Microsoft.Maui.Sdk" } }, "Microsoft.Maui.Sdk.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@": { "kind": "sdk", "version": "@MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION@", "alias-to": { "any": "Microsoft.Maui.Sdk" } }, "Microsoft.Maui.Templates.net@MAUI_DOTNET_VERSION_MAJOR@": { "kind": "template", "version": "@VERSION@" }, "Microsoft.Maui.Templates.net@MAUI_PREVIOUS_DOTNET_VERSION_MAJOR@": { "kind": "template", "version": "@MAUI_PREVIOUS_DOTNET_RELEASED_NUGET_VERSION@" } } }