Change dotnet version in nuget.yml file

This commit is contained in:
yawaflua
2024-03-07 18:13:02 +03:00
parent 9f29952f71
commit 559ec1a463

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x.x'
dotnet-version: '8.x.x'
- name: Set output
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT