Skip to content

Commit

Permalink
Auto csproj fix and update by bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
NugetNinja committed Apr 15, 2024
1 parent 970f9a2 commit 2388a13
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/Admin/ElfAdmin.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<Version>6.8.10</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>Edi Wang</Authors>
<Company>edi.wang</Company>
<Authors>Edi Wang</Authors>
<Copyright>(C) 2024 edi.wang@outlook.com</Copyright>
<Version>6.8.9</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.6.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.6.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.6.1" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.6.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Elf.Shared\Elf.Shared.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 2388a13

Please sign in to comment.