Skip to content

Commit

Permalink
Merge pull request #36 from marcominerva/develop
Browse files Browse the repository at this point in the history
Update Actions to .NET 8.0
  • Loading branch information
marcominerva authored Nov 27, 2023
2 parents 1dd1d5d + 2df176a commit dea70ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
NET_VERSION: '7.x'
NET_VERSION: '8.x'
PROJECT_NAME: src/MinimalHelpers.OpenApi
PROJECT_FILE: MinimalHelpers.OpenApi.csproj
TAG_NAME: openapi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
NET_VERSION: '7.x'
NET_VERSION: '8.x'
PROJECT_NAME: src/MinimalHelpers.Routing
PROJECT_FILE: MinimalHelpers.Routing.csproj
TAG_NAME: routing
Expand Down

0 comments on commit dea70ba

Please sign in to comment.