I am trying to create a custom .net standard library project template. My custom project template contains some .cs (C# Files) files.
I have created a project template using Project => Export Template option in Visual Studio 2017. The exported zip file contains the .cs file. But when i try to create a new project using my custom .net standard library project template, .cs (C# files) files are missing in my newly created project.
Am i missing something or there a new way to create project template for .net standard library.
Thank you in advance.