From 740285f727e98bc72efaa2d1f5fe91136dfa3fe1 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Tue, 18 Feb 2025 08:18:59 -0500 Subject: [PATCH] Bumped Github CI to .NET 8 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1461d81..fc75865 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.platforms }} strategy: matrix: - dotnet: ["6.0.x"] + dotnet: ["8.0.x"] platforms: ["ubuntu-latest", "windows-latest", "macos-latest"] steps: - uses: actions/checkout@v2