How to create custom templates for Xamarin Forms solution as SDK project in Visual Studio Mac?
Akhila
1
Reputation point
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.
Sign in to answer