Skip to content

Bump MailKit from 3.2.0 to 4.16.0 #26

Bump MailKit from 3.2.0 to 4.16.0

Bump MailKit from 3.2.0 to 4.16.0 #26

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: 6.0.*
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore