Changes

m
Line 268: Line 268:  
  There are multiple different things here.  
 
  There are multiple different things here.  
   −
-- target version: this is the version of .NET your binary is compiled against. You have to target net 5.0 for stardew (and in general, you can at maximum use the version of .NET the person loading you uses.)
+
* target version: this is the version of .NET your binary is compiled against. You have to target net 5.0 for stardew (and in general, you can at maximum use the version of .NET the person loading you uses.)
-- sdk version: this is the version of the .NET you installed. You can target any version less than your sdk version. If I have net 7.0 installed with VS 2022, I can still target net 5.0.
+
* sdk version: this is the version of the .NET you installed. You can target any version less than your sdk version. If I have net 7.0 installed with VS 2022, I can still target net 5.0.
-- C# version - guess what? the language is versioned separately from the .NET version (although there is a correspondence) and you can pick your language version with <code><langversion></code> in the .csproj.
+
* C# version - guess what? the language is versioned separately from the .NET version (although there is a correspondence) and you can pick your language version with <code><langversion></code> in the .csproj.
    
[[es:Modding:Guía del Modder/Introducción]]
 
[[es:Modding:Guía del Modder/Introducción]]
528

edits