yaml => .net9

This commit is contained in:
Robert McRackan 2024-11-22 16:56:16 -05:00
parent a0e875a79c
commit 99be869aa9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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