Skip to content

Commit

Permalink
patch .NET libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Oct 3, 2023
1 parent be5fab2 commit 6988b4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/API/Elf.Api/Elf.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Authors>Edi Wang</Authors>
<Company>edi.wang</Company>
<Copyright>(C) 2023 edi.wang@outlook.com</Copyright>
<AssemblyVersion>6.5.13</AssemblyVersion>
<FileVersion>6.5.13</FileVersion>
<Version>6.5.13</Version>
<AssemblyVersion>6.5.14</AssemblyVersion>
<FileVersion>6.5.14</FileVersion>
<Version>6.5.14</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,9 +23,9 @@
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.11" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.20.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.11" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.13.4" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.14.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="6.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="7.0.11" />
Expand Down

0 comments on commit 6988b4c

Please sign in to comment.