Skip to content

Bump Microsoft.EntityFrameworkCore.Design from 7.0.9 to 7.0.10 (#66) #147

Bump Microsoft.EntityFrameworkCore.Design from 7.0.9 to 7.0.10 (#66)

Bump Microsoft.EntityFrameworkCore.Design from 7.0.9 to 7.0.10 (#66) #147

Workflow file for this run

name: Dotnet
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
env:
IMAGE_NAME: odataexample
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
include-prerelease: true
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore