Skip to content

Commit 2865d99

Browse files
author
Paul Schaeflein
committed
Update .Net version in workflow
1 parent 95c07cc commit 2865d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET Core
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 5.x
25+
dotnet-version: 7.x
2626
- name: Publish Module to PowerShell Gallery
2727
run: |
2828
$VERSION=($env:GITHUB_REF -split "/" | select -skip 2).TrimStart("v")

0 commit comments

Comments
 (0)