Skip to content

Bump FluentValidation.DependencyInjectionExtensions from 11.9.1 to 11.9.2 #376

Bump FluentValidation.DependencyInjectionExtensions from 11.9.1 to 11.9.2

Bump FluentValidation.DependencyInjectionExtensions from 11.9.1 to 11.9.2 #376

Workflow file for this run

name: .NET DEV
on:
push:
branches: ["dev"]
pull_request:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build