Skip to content

Commit

Permalink
bump to .net9
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Dec 18, 2024
1 parent 45106af commit 98b7848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Template.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<useWPF>true</useWPF>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion debug.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98b7848

Please sign in to comment.