Merge pull request #46 from dotnet/jamesmontemagno-patch-3

Update dotnet.yml
This commit is contained in:
James Montemagno 2024-01-17 14:03:54 -08:00 committed by GitHub
commit 01351b87bd
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: