Skip to content

Bump SixLabors.ImageSharp from 1.0.0-beta0007 to 2.1.8 #230

Bump SixLabors.ImageSharp from 1.0.0-beta0007 to 2.1.8

Bump SixLabors.ImageSharp from 1.0.0-beta0007 to 2.1.8 #230

Workflow file for this run

name: Build .NET Core App
on: [push]
jobs:
build-the-thing:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '3.1.100' ]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
name: Dotnet ${{ matrix.dotnet }} Sample
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Build with dotnet
run: dotnet build --configuration Release