Scripts/dotNet.ps1
choco install dotnet-7.0-sdk dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org dotnet new webapp -n dotNetTest --framework net7.0 dotnet run --urls=https://localhost:5001/ dotnet watch |