CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.93k stars 554 forks source link

Makefile short fix #3013

Closed PratyushKing closed 6 months ago

PratyushKing commented 6 months ago

Dotnet seems to be updated and doesn't support dotnet new install but rather shows to be using dotnet new -i so that's what I changed in the Makefile, it works now!