Overflow/Overflow.Web.Client/Overflow.Web.Client.csproj

22 lines
778 B
XML
Raw Normal View History

2024-06-09 18:43:44 +01:00
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Radzen.Blazor" Version="5.2.5" />
2024-06-09 18:43:44 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Overflow\Overflow.csproj" />
</ItemGroup>
</Project>