Update dotnet.yml

This commit is contained in:
Richard Churchman
2025-03-18 07:35:32 +02:00
committed by GitHub
parent 9f8d87c1a0
commit c1b7132236
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build