CI to dotnet 8

This commit is contained in:
Adam Hathcock
2023-12-18 09:08:06 +00:00
parent ea3a96eead
commit 4f7a0d3ad0

View File

@@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
cache: true
- name: NuGet Caching
uses: actions/cache@v3
with: