Skip to content

Commit

Permalink
Add linux file version info to plugin tutorial (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Jun 11, 2024
1 parent 96f31d5 commit 2046b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/dev_guide/plugin_tutorial/2_plugin_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To create a project in the folder, do the following depending on the game type y

* If the game has `netstandard.dll` in `<Game Name>_Data/Managed` folder, your TFM is `netstandard2.0`. If you run into reference errors, target `net472`.
**OR**
* If the game's `mscorlib.dll` file version (right click the file -> `Properties` -> `Details`) is at least `4.0.0.0` or newer, your TFM is `net46`
* If the game's `mscorlib.dll` file version (right click the file -> `Properties` -> `Details`, `exiftool mscorlib.dll | grep "File Version"` on Linux) is at least `4.0.0.0` or newer, your TFM is `net46`
**OR**
* In any other case, or if you are unsure/unable to verify using the methods above, your TFM is `net35`

Expand Down

0 comments on commit 2046b1c

Please sign in to comment.