diff --git a/.ci/package.ps1 b/.ci/package.ps1 index 9f8dba2..cf7abd1 100644 --- a/.ci/package.ps1 +++ b/.ci/package.ps1 @@ -1,4 +1,4 @@ mkdir ${env:buildPath}\.dist | Out-Null -Set-Location "${env:buildPath}\src\bin\Release\net5.0-windows" +Set-Location "${env:buildPath}\src\bin\Release\net7.0-windows" 7z a "${env:buildPath}\.dist\${env:_RELEASE_NAME}-${env:_RELEASE_VERSION}_${env:_RELEASE_CONFIGURATION}.zip" ".\*" diff --git a/src/FF7SND.csproj b/src/FF7SND.csproj index f8c583d..0fca4e2 100644 --- a/src/FF7SND.csproj +++ b/src/FF7SND.csproj @@ -1,6 +1,6 @@  - net5.0-windows + net7.0-windows WinExe true 0.0.0