MatrixRoomUtils

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

MatrixRoomUtils.Web.Server.csproj (612B)


      1 <Project Sdk="Microsoft.NET.Sdk.Web">
      2 
      3   <PropertyGroup>
      4     <TargetFramework>net7.0</TargetFramework>
      5     <Nullable>enable</Nullable>
      6     <ImplicitUsings>enable</ImplicitUsings>
      7   </PropertyGroup>
      8 
      9   <ItemGroup>
     10     <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.3" />
     11   </ItemGroup>
     12 
     13   <ItemGroup>
     14     <ProjectReference Include="..\MatrixRoomUtils.Web\MatrixRoomUtils.Web.csproj" />
     15     <ProjectReference Include="..\MatrixRoomUtils.Core\MatrixRoomUtils.Core.csproj" />
     16   </ItemGroup>
     17 
     18   <ItemGroup>
     19     <Folder Include="Controllers" />
     20   </ItemGroup>
     21 
     22 
     23 </Project>