Skip to content

Update version.props #117

Update version.props

Update version.props #117

Workflow file for this run

name: default
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: bash build.sh