terraria-mods/LifeSourcesLight/Properties/launchSettings.json
Chev b9bcd0e749
LifeSourcesLight: Migrate mod to newer standards
- Migrate from .NET 6.0 to .NET 8.0
- Update launchSettings.json
2025-05-22 02:07:39 -07:00

16 lines
No EOL
402 B
JSON

{
"profiles": {
"Terraria": {
"commandName": "Executable",
"executablePath": "$(DotNetName)",
"commandLineArgs": "$(tMLPath)",
"workingDirectory": "$(tMLSteamPath)"
},
"TerrariaServer": {
"commandName": "Executable",
"executablePath": "$(DotNetName)",
"commandLineArgs": "$(tMLServerPath)",
"workingDirectory": "$(tMLSteamPath)"
}
}
}