Skip to content

Bump Microsoft.Extensions.Logging from 2.1.1 to 8.0.0 #241

Bump Microsoft.Extensions.Logging from 2.1.1 to 8.0.0

Bump Microsoft.Extensions.Logging from 2.1.1 to 8.0.0 #241

Workflow file for this run

name: Build (Helix)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: |
cd .\MiniTwitch.Helix\
dotnet build -v d -c Release