Microsoft.Maui.Dependencies
by: Microsoft
- 26 total downloads
- Latest version: 6.0.553+0-sha.4e42dc24b-azdo.7673671
.NET MAUI NuGet dependencies pack
Microsoft.Maui.Essentials
by: Microsoft
- 69 total downloads
- Latest version: 10.0.0-preview.6.25359.8
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform APIs for working with device sensors and other features.
Microsoft.Maui.Extensions
by: Microsoft
- 24 total downloads
- Latest version: 6.0.553+0-sha.4e42dc24b-azdo.7673671
Microsoft.Extensions dependencies for .NET MAUI
Microsoft.Maui.Graphics
by: Microsoft
- 531 total downloads
- Latest version: 10.0.0-preview.5.25306.5
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains a collection of cross-platform graphics and drawing APIs.
Microsoft.Maui.Graphics.Skia
by: Microsoft
- 94 total downloads
- Latest version: 10.0.0-preview.6.25359.8
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.
Microsoft.Maui.Resizetizer
by: Microsoft
- 43 total downloads
- Latest version: 10.0.0-preview.6.25359.8
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains image, font and raw asset processing tools.
Microsoft.Maui.Resizetizer.Sdk
by: Microsoft
- 11 total downloads
- Latest version: 6.0.200-preview.12.2441+sha.41980c32e-azdo.5603739
.NET MAUI SDK support for images, fonts, etc. Enabled via <UseMauiAssets>true</UseMauiAssets>.
Microsoft.MixedReality.WebRTC
by: Microsoft
- 9 total downloads
- Latest version: 2.0.2
MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio, video, and data real-time communication into their application and improve their collaborative experience.
This package contains the C# and native C++ libraries (x86, x64) for Windows Desktop.
Microsoft.NET.Build.Containers
by: Microsoft
- 325 total downloads
- Latest version: 10.0.100-preview.5.25277.114
Tasks and targets to natively publish .NET applications as containers.
Microsoft.Net.Compilers
by: Microsoft
- 909 total downloads
- Latest version: 4.2.0
Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead
.NET Compilers package.
Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild.
The tools in this package require .NET Framework 4.7.2+
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/46c8f4f56765e16b92759de8098494b36cfb84f5.
Microsoft.Net.Compilers.Toolset
by: Microsoft
- 673 total downloads
- Latest version: 4.14.0
.NET Compilers Toolset Package.
Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild.
This package is primarily intended as a method for rapidly shipping hotfixes to customers. Using it as a long term solution for providing newer compilers on older MSBuild installations is explicitly not supported. That can and will break on a regular basis.
The supported mechanism for providing new compilers in a build enviroment is updating to the newer .NET SDK or Visual Studio Build Tools SKU.
This package requires either MSBuild 16.3 and .NET Desktop 4.7.2+ or .NET Core 2.1+
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
Microsoft.Net.Http.Headers
by: Microsoft
- 1.309k total downloads
- Latest version: 2.3.4
HTTP header parser implementations.
Microsoft.NET.ILLink.Tasks
by: Microsoft
- 57 total downloads
- Latest version: 10.0.0-preview.6.25358.103
MSBuild tasks for running the IL Linker
Microsoft.Net.Native.Compiler
by: Microsoft
- 211 total downloads
- Latest version: 2.2.12-rel-33220-00
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.2
Microsoft.Net.Native.SharedLibrary-arm
by: Microsoft
- 66 total downloads
- Latest version: 2.0.3
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.0
Microsoft.Net.Native.SharedLibrary-x64
by: Microsoft
- 59 total downloads
- Latest version: 2.0.3
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.0
Microsoft.Net.Native.SharedLibrary-x86
by: Microsoft
- 59 total downloads
- Latest version: 2.0.3
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.0
Microsoft.NET.Runtime.MonoAOTCompiler.Task
by: Microsoft
- 426 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Provides the MonoAOTCompiler task
Microsoft.NET.Runtime.MonoTargets.Sdk
by: Microsoft
- 530 total downloads
- Latest version: 10.0.0-preview.5.25277.114
Provides the tasks+targets, for consumption by mono-based workloads
Microsoft.Net.Sdk.Compilers.Toolset
by: Microsoft
- 74 total downloads
- Latest version: 10.0.100-preview.5.25277.114
Transport package for Microsoft.Net.Compilers.Toolset.Framework assemblies. For internal use only:
do not reference this package directly as it is explicitly not supported in that fashion.
This package is automatically downloaded when your MSBuild version does not match your SDK version.
Then the package is used to build your project with the compiler version matching your SDK version
instead of the one bundled with MSBuild.
If you want to download this package using the dotnet CLI, you can use the following command:
```
dotnet restore /p:BuildWithNetFrameworkHostedCompiler=true
```
If you want to disable automatic download and use of this package, set property `BuildWithNetFrameworkHostedCompiler` to `false`
(for example, in your `.csproj` or `Directory.Build.props` file).
However, be aware that you will be building with mismatched compiler and SDK versions.
That is explicitly not supported and can lead to errors (especially with analyzers and source generators).