From 89b6b9acde76f8d2ed490d4e1f1d3ef56c9a4394 Mon Sep 17 00:00:00 2001 From: Ross Nordby Date: Fri, 29 Nov 2024 12:17:43 -0600 Subject: [PATCH] Github actions. --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 164d97ad..14f47738 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.x' + dotnet-version: '9.x' include-prerelease: true - name: Install dependencies run: |