Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Bump NLog.Web.AspNetCore from 5.3.5 to 5.3.7 #171

Bump NLog.Web.AspNetCore from 5.3.5 to 5.3.7

Bump NLog.Web.AspNetCore from 5.3.5 to 5.3.7 #171

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
include-prerelease: true
- name: Build
run: dotnet build -c Release