Skip to content

chore(deps): bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.15 #48

chore(deps): bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.15

chore(deps): bump Microsoft.AspNetCore.Components from 7.0.3 to 7.0.15 #48

Workflow file for this run

name: Build Code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-code:
name: Build Code
runs-on: windows-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Build solution
run: dotnet build src/