Skip to content

fix dotnet versions on workflows #149

fix dotnet versions on workflows

fix dotnet versions on workflows #149

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.403
- shell: bash
run: dotnet build --configuration Release -v:m