Skip to content

Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4 #42

Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4

Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4 #42

Workflow file for this run

name: .NET Core
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
runs-on: [ubuntu-latest, macOS-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.0.311
- name: Build with dotnet
run: dotnet build --configuration Release