Update dotnet.yml

This commit is contained in:
James Montemagno 2024-01-17 13:57:43 -08:00 committed by GitHub
parent 12475eebe4
commit f1c8b4fc40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@ name: .NET Build
on:
push:
branches: [ "main" ]
branches: [ main ]
pull_request:
branches: [ "main" ]
branches: [ main ]
env:
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use
jobs:
build:
name: Build All Projects
runs-on: ubuntu-latest
strategy: