updating .net version for CI

This commit is contained in:
Aaron Powell 2025-09-10 17:15:00 +10:00
parent c030f3cc89
commit 85cca28ad7

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
dotnet-version: "10.0.x"
- name: Restore
working-directory: ./mcp-server