Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- 12.x is the last Apache-2.0 line (13+ is commercially licensed). Pinning the floor here keeps
Postie.AspNetCore.MediatR free by default; NuGet minimum-version semantics still let a consumer
who references MediatR 13+ resolve to their licensed version. -->
<PackageVersion Include="MediatR" Version="12.4.1" />
<PackageVersion Include="MediatR" Version="14.2.0" />
<PackageVersion Include="FluentValidation" Version="11.11.0" />
<PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
</ItemGroup>
Expand Down