diff --git a/Scripts/flowlauncher.nuspec b/Scripts/flowlauncher.nuspec
index fa12150cc..1cf38a568 100644
--- a/Scripts/flowlauncher.nuspec
+++ b/Scripts/flowlauncher.nuspec
@@ -11,6 +11,6 @@
Flow Launcher - Quick file search and app launcher for Windows with community-made plugins
-
+
diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1
index dc7c39407..3cf3b3778 100644
--- a/Scripts/post_build.ps1
+++ b/Scripts/post_build.ps1
@@ -99,7 +99,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
function Publish-Self-Contained ($p) {
$csproj = Join-Path "$p" "Flow.Launcher/Flow.Launcher.csproj" -Resolve
- $profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net9.0-SelfContained.pubxml" -Resolve
+ $profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net10.0-SelfContained.pubxml" -Resolve
# we call dotnet publish on the main project.
# The other projects should have been built in Release at this point.
diff --git a/global.json b/global.json
index 44db98b24..001e64ee1 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.*",
+ "version": "10.0.*",
"rollForward": "latestPatch"
}
}