LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

Chapter 6 Studio starter code uses .NET 3.1 #70

Open matthewcreek opened 3 months ago

matthewcreek commented 3 months ago

Relevant Link

Default branch (master) of starter code uses .NET 3.1, which is not available for ARM based mac computers. There is a branch that utilizes .NET 6, but would require learners to make sure they aren't forking only the main branch.

Suggested change: Rename master branch to main and then merge the dotnet6 branch into main.