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.
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
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.
Sign in to answer