staticwebdev / blazor-starter

A starter template in C# APIs and Blazor for Azure Static Web Apps
217 stars 104 forks source link

Update dotnet version from 6 -> 7 in tasks.json config for vscode #41

Open osobytes opened 1 year ago

osobytes commented 1 year ago

Update dotnet version from 6 -> 7 in tasks.json config for vscode. If a user doesn't have dontet 6 this will fail for them. The main project is configured to run using dotnet7 so I don't see the point of looking for dotnet 6 here.