diff --git a/.vscode/launch.json b/.vscode/launch.json index f1bdad5e..96887a38 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/MP.Stats/bin/Debug/net6.0/MP.Stats.dll", + "program": "${workspaceFolder}/MP.Stats/bin/Debug/net8.0/MP.Stats.dll", "args": [], "cwd": "${workspaceFolder}/MP.Stats", "stopAtEntry": false, diff --git a/AppDeploy.ps1 b/AppDeploy.ps1 index a1d101c9..9fb1396c 100644 --- a/AppDeploy.ps1 +++ b/AppDeploy.ps1 @@ -89,7 +89,7 @@ ExecuteLog "7z x ""$SourceDir\$ZipFile"" " # step 3 : replica applicazione Write-Host "START copy step" -ExecuteLog "robocopy '$utilDir\publish\net6.0\' '$DestDir' /MIR /Z /LOG:'$logMirror'" +ExecuteLog "robocopy '$utilDir\publish\net8.0\' '$DestDir' /MIR /Z /LOG:'$logMirror'" Write-Host "END copy step" # step 4 : riavvio pool diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 00000000..19c915d5 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,31 @@ + + + true + false + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MajMin.vers b/MajMin.vers index bbae7299..043d1aaf 100644 --- a/MajMin.vers +++ b/MajMin.vers @@ -1 +1 @@ -6.16. \ No newline at end of file +8.16. \ No newline at end of file