mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2026-04-21 06:13:49 +00:00
Update .NET SDK version to 9.0.x in workflow configuration
This commit is contained in:
parent
1350aa5bb6
commit
de75c5ee3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue