Files
lux/Lux.UI.Client/Lux.UI.Client.csproj
T
Samuele Locatelli fc61238176 Fix dipendenze
2025-07-18 08:40:09 +02:00

21 lines
692 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.17" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lux.Core\Lux.Core.csproj" />
</ItemGroup>
</Project>