Skip to content

Commit

Permalink
Use 7.0.100 .NET SDK (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored Dec 6, 2022
1 parent 56cae87 commit 9f34c0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install latest .NET SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100-rc.1.22431.12'
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''

- name: Restore and Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install latest .NET SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100-rc.1.22431.12'
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''

- name: Restore, Build, and pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install latest .NET SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100-rc.1.22431.12'
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''

- name: Restore, Build, and pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install latest .NET SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100-rc.1.22431.12'
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''

- name: Restore, Build, and pack
Expand Down

0 comments on commit 9f34c0d

Please sign in to comment.