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.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 questions
C#
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.
10,995 questions
{count} votes

Your answer

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