Skip to content

Commit f8eba39

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3579a48 + 5cf75e0 commit f8eba39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
# Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x
3737
dotnet-version: 3.1.x
3838

39-
- name: Setup .NET Core SDK (6.0.x)
40-
uses: actions/setup-dotnet@v1.9.0
39+
- name: Setup .NET Core SDK (7.0.x)
40+
uses: actions/setup-dotnet@v3
4141
with:
4242
# Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x
43-
dotnet-version: 6.0.x
43+
dotnet-version: 7.0.x
4444

4545
# Required for C#10 features.
4646
- name: Setup Node.js

0 commit comments

Comments
 (0)