MatrixRoomUtils

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

MatrixRoomUtils.Web.csproj (706B)


      1 <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
      2 
      3     <PropertyGroup>
      4         <TargetFramework>net7.0</TargetFramework>
      5         <Nullable>enable</Nullable>
      6         <ImplicitUsings>enable</ImplicitUsings>
      7     </PropertyGroup>
      8 
      9     <ItemGroup>
     10         <PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
     11         <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
     12         <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
     13     </ItemGroup>
     14 
     15     <ItemGroup>
     16       <ProjectReference Include="..\MatrixRoomUtils.Core\MatrixRoomUtils.Core.csproj" />
     17     </ItemGroup>
     18     
     19 </Project>