Skip to content

Commit

Permalink
ci: adjust name of build step
Browse files Browse the repository at this point in the history
.NET Core has not been called .NET Core for quite a while. The
last release to use that name was .NET Core 3.1. From version 5
onwards it is just .NET.
  • Loading branch information
striezel committed Dec 12, 2024
1 parent f8ceddf commit 53685f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y git
- name: Install .NET Core
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0

- name: Install .NET Core
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit 53685f3

Please sign in to comment.