I want to customize the scaffolding template for .NET Core 3.1 . I am unable to find the location of scaffolding template for ASP.NET Core 3.1. I searched a lot but all searches ends up for .NET Core 2.1.
Further following location does not work for me,
C:\Program Files (x86)\Microsoft Visual Studio\Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates
C:\Program Files (x86)\Microsoft Visual Studio\Common7\IDE\ItemTemplates\CSharp\Web\MVC 4\CodeTemplates
C:\Users\<user>\.nuget\packages\microsoft.visualstudio.web.codegenerators.mvc\3.1.4\Templates
I changed the template in above locations but they are not reflecting whenever I create new item.