Skip to content

update github action dotnet version to 8.0 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jakobhellermann
Copy link
Contributor

6.0 is end of life since November 2024, 8.0 is LTS

motivated by #160 in which I use some modern language features

6.0 is EOL since November 2024, 8.0 is LTS
@@ -54,7 +54,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be better to just leave this off and use whatever version is default (usually latest lts iirc)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
does the following already in the actions: https://github.com/hk-modding/api/actions/runs/16009882284/job/45165073689#step:6:14 & https://github.com/hk-modding/api/actions/runs/16009882284/job/45165073689#step:6:25.

(it already installs both 8.x and 6.0.x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants