Skip to content

Bump MediatR from 10.0.1 to 13.0.0 #14

Bump MediatR from 10.0.1 to 13.0.0

Bump MediatR from 10.0.1 to 13.0.0 #14

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
run: dotnet test ./Clean.Architecture.sln --configuration Release