Bumped Github CI to .NET 8

This commit is contained in:
Tony Bark 2025-02-18 08:18:59 -05:00
parent e7184729df
commit 740285f727

View file

@ -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