Skip to content

Commit

Permalink
Update .NET version to 9.x in publish_aspnetcore.yml
Browse files Browse the repository at this point in the history
The .NET version specified in the publish_aspnetcore.yml file has been updated from 8.x to 9.x. This change updates the environment variable NET_VERSION to ensure the project targets .NET version 9.x.
  • Loading branch information
marcominerva committed Nov 22, 2024
1 parent fecb039 commit 5bf6970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
NET_VERSION: '8.x'
NET_VERSION: '9.x'
PROJECT_NAME: src/TinyHelpers.AspNetCore
PROJECT_FILE: TinyHelpers.AspNetCore.csproj
TAG_NAME: aspnetcore
Expand Down

0 comments on commit 5bf6970

Please sign in to comment.