Skip to content

Bump MinVer from 6.0.0 to 6.1.0 #65

Bump MinVer from 6.0.0 to 6.1.0

Bump MinVer from 6.0.0 to 6.1.0 #65

Workflow file for this run

name: .NET
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .Net SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Build
run: dotnet build -c Release