3

When I create a C# Console Project in Visual Studio, only using System; is imported.

How to automatically import the below while creating a Project?

using System.Collections.Generic; 
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
Aleks Andreev
  • 7,016
  • 8
  • 29
  • 37
Nish
  • 183
  • 7
  • 6
    You may want to look at creating your own project templates https://msdn.microsoft.com/en-us/library/xkh1wxd8.aspx?f=255&MSPPError=-2147217396 – Tyrrrz Jun 30 '18 at 15:59

0 Answers0