Updated release of VS2022 Extension to support .NET MAUI on .NET 7 RC1
egvijayanand
released this
04 Oct 20:58
·
379 commits
to main
since this release
- A parameter named framework has been introduced that takes either .NET 6 (Long-time support)
net6.0
or .NET 7 (Preview)net7.0
as its options (withnet7.0
being the default value). - For projects targeting .NET 7, a parameter named (
--include-maps
/-inm
) to add and configure the Maui Maps NuGet package.
- .NET MAUI Project and Item Templates - v2.0.0.0