Changes

Jump to navigation Jump to search
→‎Can't target .NET Framework 4.5: update for Stardew Valley 1.5.5
Line 111: Line 111:     
==Other issues==
 
==Other issues==
===Can't target .NET Framework 4.5===
+
===Can't target .NET 5===
 
If the target framework list has options starting with...
 
If the target framework list has options starting with...
* ".NET Core" or ".NET Standard": you created the wrong type of project. Make sure you create a .NET '''Framework''' project for your mod. (It's a bit confusing.)
+
* ''.NET Framework'': you created the wrong type of project. Make sure you create a .NET 5 project for your mod instead. (The naming is a bit confusing.)
* ".NET Framework" (but none for 4.5): you can use .NET Framework 4.5, 4.5.1, or 4.5.2. If you don't have any of those, you can install the [https://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers .NET Framework 4.5.2 Developer Pack] to add it.
+
* ''.NET Core'', ''.NET Standard'', or ''.NET 5+'': use .NET 5 for compatibility with the game. If you don't have that option, you can install the [https://dotnet.microsoft.com/en-us/download/dotnet/5.0 .NET 5 SDK] to add it.
    
===Visual Studio can't find the game/SMAPI/MonoGame DLLs===
 
===Visual Studio can't find the game/SMAPI/MonoGame DLLs===
translators
8,403

edits

Navigation menu