Esempio n. 1
0
 public Project()
 {
     Port = PortFinder.FindPort(++StartingPort);
 }
        public Project()
        {
            Port = PortFinder.FindPort(++StartingPort);

            Framework = "netcoreapp1.0";
        }