Changes

393 bytes added ,  01:18, 21 December 2021
Line 72: Line 72:  
===In Visual Studio 2019 for Mac===
 
===In Visual Studio 2019 for Mac===
   −
Unfortunately there doesn't appear to be a way to do this using the GUI. However, it is very easy to follow the 1.5.5 migration guide steps:
+
If you followed the instructions above, your framework should already be set to .NET 5.0. However, if you picked the wrong class library or you just want to check, you can follow these steps to look at the .csproj file, which is basically equivalent to setting it manually. (If you're checking that it worked, don't replace the .csproj, just check it refers to .NET 5.0.)
 +
 
 +
Unfortunately there doesn't appear to be a way to change the target framework using the GUI. However, it is very easy to follow the 1.5.5 migration guide steps:
 
# Open the .csproj file for editing:<br />[[File:VS Mac 7 editcsproj.png|600px]]
 
# Open the .csproj file for editing:<br />[[File:VS Mac 7 editcsproj.png|600px]]
 
# Replace your mod's <samp>.csproj</samp> file with this (where <code>EXAMLE_MOD_NAME</code> is your solution's name):
 
# Replace your mod's <samp>.csproj</samp> file with this (where <code>EXAMLE_MOD_NAME</code> is your solution's name):
249

edits