Skip to content

v3.4.0 - Drops building for .NET 6.0 which is beyond End of Support #152

v3.4.0 - Drops building for .NET 6.0 which is beyond End of Support

v3.4.0 - Drops building for .NET 6.0 which is beyond End of Support #152

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