mediatR_dotnet6

dotnet new sln --name StudentApi
dotnet new webapi --name StudentApi
dotnet sln StudentApi.sln add StudentApi/StudentApi.csproj
dotnet build
cd StudentApi
dotnet add package MediatR.Extensions.Microsoft.DependencyInjection --version 10.0.1

for fluent validation

dotnet add package FluentValidation.DependencyInjectionExtensions --version 11.2.0