Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 29, 2022
2 parents 3579a48 + 5cf75e0 commit f8eba39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
# 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
dotnet-version: 3.1.x

- name: Setup .NET Core SDK (6.0.x)
uses: actions/setup-dotnet@v1.9.0
- name: Setup .NET Core SDK (7.0.x)
uses: actions/setup-dotnet@v3
with:
# 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
dotnet-version: 6.0.x
dotnet-version: 7.0.x

# Required for C#10 features.
- name: Setup Node.js
Expand Down

0 comments on commit f8eba39

Please sign in to comment.