Skip to content

chore(deps): bump Microsoft.EntityFrameworkCore.InMemory from 9.0.0 to 9.0.1 in the efcore group #40

chore(deps): bump Microsoft.EntityFrameworkCore.InMemory from 9.0.0 to 9.0.1 in the efcore group

chore(deps): bump Microsoft.EntityFrameworkCore.InMemory from 9.0.0 to 9.0.1 in the efcore group #40

Workflow file for this run

# Building and testing .NET
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build projects
run: dotnet build --no-restore