14
14
- name : Setup .NET
15
15
uses : actions/setup-dotnet@v4
16
16
with :
17
- dotnet-version : 7 .0.x
17
+ dotnet-version : 9 .0.x
18
18
19
19
- name : Update Plugins To Production Version
20
20
run : |
42
42
43
43
- name : Build BrowserBookmark
44
44
run : |
45
- dotnet publish 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.BrowserBookmark"
45
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.BrowserBookmark"
46
46
7z a -tzip "Flow.Launcher.Plugin.BrowserBookmark.zip" "./Flow.Launcher.Plugin.BrowserBookmark/*"
47
47
rm -r "Flow.Launcher.Plugin.BrowserBookmark"
48
48
66
66
67
67
- name : Build Calculator
68
68
run : |
69
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.Calculator"
69
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.Calculator"
70
70
7z a -tzip "Flow.Launcher.Plugin.Calculator.zip" "./Flow.Launcher.Plugin.Calculator/*"
71
71
rm -r "Flow.Launcher.Plugin.Calculator"
72
72
90
90
91
91
- name : Build Explorer
92
92
run : |
93
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.Explorer"
93
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.Explorer"
94
94
7z a -tzip "Flow.Launcher.Plugin.Explorer.zip" "./Flow.Launcher.Plugin.Explorer/*"
95
95
rm -r "Flow.Launcher.Plugin.Explorer"
96
96
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Build PluginIndicator
116
116
run : |
117
- dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.PluginIndicator"
117
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.PluginIndicator"
118
118
7z a -tzip "Flow.Launcher.Plugin.PluginIndicator.zip" "./Flow.Launcher.Plugin.PluginIndicator/*"
119
119
rm -r "Flow.Launcher.Plugin.PluginIndicator"
120
120
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
- name : Build PluginsManager
140
140
run : |
141
- dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.PluginsManager"
141
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.PluginsManager"
142
142
7z a -tzip "Flow.Launcher.Plugin.PluginsManager.zip" "./Flow.Launcher.Plugin.PluginsManager/*"
143
143
rm -r "Flow.Launcher.Plugin.PluginsManager"
144
144
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Build ProcessKiller
164
164
run : |
165
- dotnet publish 'Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.ProcessKiller"
165
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.ProcessKiller"
166
166
7z a -tzip "Flow.Launcher.Plugin.ProcessKiller.zip" "./Flow.Launcher.Plugin.ProcessKiller/*"
167
167
rm -r "Flow.Launcher.Plugin.ProcessKiller"
168
168
@@ -186,7 +186,7 @@ jobs:
186
186
187
187
- name : Build Program
188
188
run : |
189
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj' --framework net7 .0-windows10.0.19041.0 -c Release -o "Flow.Launcher.Plugin.Program"
189
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj' --framework net9 .0-windows10.0.19041.0 -c Release -o "Flow.Launcher.Plugin.Program"
190
190
7z a -tzip "Flow.Launcher.Plugin.Program.zip" "./Flow.Launcher.Plugin.Program/*"
191
191
rm -r "Flow.Launcher.Plugin.Program"
192
192
@@ -210,7 +210,7 @@ jobs:
210
210
211
211
- name : Build Shell
212
212
run : |
213
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.Shell"
213
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.Shell"
214
214
7z a -tzip "Flow.Launcher.Plugin.Shell.zip" "./Flow.Launcher.Plugin.Shell/*"
215
215
rm -r "Flow.Launcher.Plugin.Shell"
216
216
@@ -234,7 +234,7 @@ jobs:
234
234
235
235
- name : Build Sys
236
236
run : |
237
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.Sys"
237
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.Sys"
238
238
7z a -tzip "Flow.Launcher.Plugin.Sys.zip" "./Flow.Launcher.Plugin.Sys/*"
239
239
rm -r "Flow.Launcher.Plugin.Sys"
240
240
@@ -258,7 +258,7 @@ jobs:
258
258
259
259
- name : Build Url
260
260
run : |
261
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.Url"
261
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.Url"
262
262
7z a -tzip "Flow.Launcher.Plugin.Url.zip" "./Flow.Launcher.Plugin.Url/*"
263
263
rm -r "Flow.Launcher.Plugin.Url"
264
264
@@ -282,7 +282,7 @@ jobs:
282
282
283
283
- name : Build WebSearch
284
284
run : |
285
- dotnet publish 'Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.WebSearch"
285
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.WebSearch"
286
286
7z a -tzip "Flow.Launcher.Plugin.WebSearch.zip" "./Flow.Launcher.Plugin.WebSearch/*"
287
287
rm -r "Flow.Launcher.Plugin.WebSearch"
288
288
@@ -306,7 +306,7 @@ jobs:
306
306
307
307
- name : Build WindowsSettings
308
308
run : |
309
- dotnet publish 'Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj' --framework net7 .0-windows -c Release -o "Flow.Launcher.Plugin.WindowsSettings"
309
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj' --framework net9 .0-windows -c Release -o "Flow.Launcher.Plugin.WindowsSettings"
310
310
7z a -tzip "Flow.Launcher.Plugin.WindowsSettings.zip" "./Flow.Launcher.Plugin.WindowsSettings/*"
311
311
rm -r "Flow.Launcher.Plugin.WindowsSettings"
312
312
0 commit comments