diff --git a/Template.csproj b/Template.csproj index cb6d746..2a35dd5 100644 --- a/Template.csproj +++ b/Template.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows true enable enable diff --git a/debug.ps1 b/debug.ps1 index 7febfb4..52fdbe6 100644 --- a/debug.ps1 +++ b/debug.ps1 @@ -10,7 +10,7 @@ sudo { $ptPath = 'C:\Program Files\PowerToys' $projectName = '$projectname$' $safeProjectName = '$safeprojectname$' - $debug = '.\bin\x64\Debug\net8.0-windows' + $debug = '.\bin\x64\Debug\net9.0-windows' $dest = "$env:LOCALAPPDATA\Microsoft\PowerToys\PowerToys Run\Plugins\$projectName" $files = @( "Community.PowerToys.Run.Plugin.$safeProjectName.deps.json", diff --git a/release.ps1 b/release.ps1 index 5d44034..6977ef1 100644 --- a/release.ps1 +++ b/release.ps1 @@ -12,7 +12,7 @@ git push --tags Remove-Item ./out/*.zip -Recurse -Force -ErrorAction Ignore foreach ($arch in $archs) { - $releasePath = "./bin/$arch/Release/net8.0-windows" + $releasePath = "./bin/$arch/Release/net9.0-windows" dotnet build -c Release /p:Platform=$arch