How to create custom templates for Xamarin Forms solution as SDK project in Visual Studio Mac?

Akhila 1 Reputation point
2021-08-19T03:18:04.38+00:00

I've tried creating custom template for my Xamarin Forms Solution using the following link https://www.monodevelop.com/developers/articles/creating-a-simple-project-template/

When I run this extension this generates Non SDK format project. How to generate a SDK format project from the .xpt.xml file. Are there any tags to include <TargetFramework>netstandard2.1</TargetFramework> within <Project> tag? Are there any relevant tags to the SDK project properties like including Nuget packages, grouping projects.

Developer technologies | .NET | Xamarin
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.