Skip to content

Commit

Permalink
Build defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrinks committed Jan 22, 2024
1 parent 60af5b8 commit 6323e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Publish NuGet packages'
inputs:
dotnet-version:
description: 'The dotnet framework and SDK version.'
default: 7.0.x
default: 8.0.x
required: true
nuget-api-key:
description: 'The NuGet API key to publish artifacts'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dotnet/version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Use the git tools to calculate the semantic version and update the
inputs:
dotnet-version:
description: 'The dotnet framework and SDK version.'
default: 7.0.x
default: 8.0.x
required: true
git-tools-version:
description: 'The version specification to be used of the git tools '
Expand Down

0 comments on commit 6323e7f

Please sign in to comment.