Skip to content

Bump Microsoft.Extensions.Hosting from 8.0.1 to 9.0.0 in /src #140

Bump Microsoft.Extensions.Hosting from 8.0.1 to 9.0.0 in /src

Bump Microsoft.Extensions.Hosting from 8.0.1 to 9.0.0 in /src #140

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Build and test on ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
name: Linux
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
- name: Build solution
run: dotnet build "src/welcome-to-the-state-machine-demos.sln" --configuration Release