Skip to content

Update Directory.Packages.props #181

Update Directory.Packages.props

Update Directory.Packages.props #181

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: |
8.0.x
9.0.x
10.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: dotnet build