Update FastEndpoints packages to version 5.21.2

The current commit updates the version of all FastEndpoints packages from 5.20.1.7-beta to 5.21.2 in the 'Elsa.Api.Common' project. This ensures we are using the most recent stable release of these packages.

#4747
This commit is contained in:
Sipke Schoorstra 2024-01-06 12:12:52 +01:00
parent 652a617a3b
commit 3b48636ced

View file

@ -19,9 +19,9 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="FastEndpoints" Version="5.20.1.7-beta"/>
<PackageReference Include="FastEndpoints.Security" Version="5.20.1.7-beta"/>
<PackageReference Include="FastEndpoints.Swagger" Version="5.20.1.7-beta"/>
<PackageReference Include="FastEndpoints" Version="5.21.2"/>
<PackageReference Include="FastEndpoints.Security" Version="5.21.2"/>
<PackageReference Include="FastEndpoints.Swagger" Version="5.21.2"/>
</ItemGroup>
<ItemGroup>