Skip to content

dotnet9 update

dotnet9 update #138

Workflow file for this run

name: dotnetcore
on: [push]
jobs:
# Label of the container job
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
9.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: dotnet build