Update .NET SDK version to 9.0.x in workflow configuration

This commit is contained in:
Jon Galloway 2025-05-12 21:25:41 -07:00
parent 1350aa5bb6
commit de75c5ee3d

View file

@ -10,7 +10,7 @@ on:
branches: [ main ] branches: [ main ]
env: env:
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use DOTNET_VERSION: '9.0.x' # The .NET SDK version to use
jobs: jobs:
build: build: