Changes

Jump to navigation Jump to search
m
Line 263: Line 263:     
To unpack the XNB data/image/map files, see [[Modding:Editing XNB files]].
 
To unpack the XNB data/image/map files, see [[Modding:Editing XNB files]].
 +
 +
===What does "target NET 5.0" mean?===
 +
 +
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.)
 +
-- 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.
    
[[es:Modding:Guía del Modder/Introducción]]
 
[[es:Modding:Guía del Modder/Introducción]]
528

edits

Navigation menu