Files
IntegryControlPanel_Blazor/IntegryControlPanel/IntegryControlPanel.Client/IntegryControlPanel.Client.csproj
2025-09-23 12:25:39 +02:00

19 lines
731 B
XML

<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.*" />
<PackageReference Include="Extensions.MudBlazor.StaticInput" Version="3.*" />
<PackageReference Include="MudBlazor" Version="8.*" />
</ItemGroup>
</Project>