Update buildproject.yaml
All checks were successful
Gitea Actions Demo / Dotnet 8.0.405 sample (push) Successful in 1m2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
2025-01-18 17:28:21 +01:00
parent edebb250ab
commit fd0fe4c05a

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '8.0.12' ]
dotnet: [ '8.0.405' ]
name: Dotnet ${{ matrix.dotnet }} sample
steps:
- uses: actions/checkout@master