Skip to content

chore(deps): update dependency microsoft.extensions.hosting to v8 #52

chore(deps): update dependency microsoft.extensions.hosting to v8

chore(deps): update dependency microsoft.extensions.hosting to v8 #52

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
- name: Build
run: dotnet build -c Release