Skip to content

upgrade to dotnet 8 runtime #11

upgrade to dotnet 8 runtime

upgrade to dotnet 8 runtime #11

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
include-prerelease: true
- name: Build with dotnet
run: cd oma_decode; dotnet build --configuration Release