Upgrade to .net8

This commit is contained in:
Robert McRackan 2023-11-15 19:57:39 -05:00
parent b6d1a7e3ba
commit 1702130b01
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ on:
env:
DOTNET_CONFIGURATION: 'Release'
DOTNET_VERSION: '7.0.x'
DOTNET_VERSION: '8.0.x'
RELEASE_NAME: 'chardonnay'
jobs:

View File

@ -18,7 +18,7 @@ on:
env:
DOTNET_CONFIGURATION: 'Release'
DOTNET_VERSION: '7.0.x'
DOTNET_VERSION: '8.0.x'
jobs:
build: