We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3fdc8 commit 6b66b12Copy full SHA for 6b66b12
.github/actions/dotnet/nuget/action.yml
@@ -4,7 +4,7 @@ description: 'Publish NuGet packages'
4
inputs:
5
dotnet-version:
6
description: 'The dotnet framework and SDK version.'
7
- default: 7.0.x
+ default: 8.0.x
8
required: true
9
nuget-api-key:
10
description: 'The NuGet API key to publish artifacts'
0 commit comments