Update .gitea/workflows/publish-nuget.yaml

Updated gitea workflow to use .net 10
This commit is contained in:
2025-11-18 14:26:48 +00:00
parent b9ae8ee15e
commit 32ff948268

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore