Skip to content

Commit

Permalink
Update package versions in project files
Browse files Browse the repository at this point in the history
Updated `Microsoft.Identity.Web` to 3.3.0 in `Elf.Api.csproj`.
Updated `Microsoft.FluentUI.AspNetCore.Components` and
`Microsoft.FluentUI.AspNetCore.Components.Icons` to 4.10.3 in
`ElfAdmin.csproj`.
  • Loading branch information
EdiWang committed Nov 1, 2024
1 parent ecc4b5f commit 6fbe719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/API/Elf.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.24.0" />
<PackageReference Include="Edi.ChinaDetector" Version="1.2.251" />

<PackageReference Include="Microsoft.Identity.Web" Version="3.2.2" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.5.0" />

<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.10" />
Expand Down
4 changes: 2 additions & 2 deletions src/Admin/ElfAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.10.2" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.10.2" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.10.3" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.10.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6fbe719

Please sign in to comment.