Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit d17e599

Browse files
authored
update target framework for workflow
1 parent 2bf1a56 commit d17e599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: echo ${{steps.version.outputs.prop}}
2626
- name: Build
2727
run: |
28-
dotnet publish 'Flow.Launcher.Plugin.Everything.csproj' --framework netcoreapp3.1 -c Release -o "Flow.Launcher.Plugin.Everything"
28+
dotnet publish 'Flow.Launcher.Plugin.Everything.csproj' --framework net5.0-windows -c Release -o "Flow.Launcher.Plugin.Everything"
2929
7z a -tzip "Flow.Launcher.Plugin.Everything.zip" "./Flow.Launcher.Plugin.Everything/*"
3030
rm -r "Flow.Launcher.Plugin.Everything"
3131
- name: Publish

0 commit comments

Comments
 (0)