diff --git a/LifeSourcesLight/LifeSourcesLight.csproj b/LifeSourcesLight/LifeSourcesLight.csproj index d2b6580..b4d317c 100644 --- a/LifeSourcesLight/LifeSourcesLight.csproj +++ b/LifeSourcesLight/LifeSourcesLight.csproj @@ -1,13 +1,16 @@ - + + + LifeSourcesLight - net6.0 - AnyCPU latest + false + false + + - - \ No newline at end of file + diff --git a/LifeSourcesLight/Properties/launchSettings.json b/LifeSourcesLight/Properties/launchSettings.json index 8da89ff..1011447 100644 --- a/LifeSourcesLight/Properties/launchSettings.json +++ b/LifeSourcesLight/Properties/launchSettings.json @@ -2,13 +2,13 @@ "profiles": { "Terraria": { "commandName": "Executable", - "executablePath": "dotnet", + "executablePath": "$(DotNetName)", "commandLineArgs": "$(tMLPath)", "workingDirectory": "$(tMLSteamPath)" }, "TerrariaServer": { "commandName": "Executable", - "executablePath": "dotnet", + "executablePath": "$(DotNetName)", "commandLineArgs": "$(tMLServerPath)", "workingDirectory": "$(tMLSteamPath)" }