diff options
author | Emma@Rory& <root@rory.gay> | 2023-08-14 10:40:25 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-08-14 10:40:25 +0200 |
commit | e7187c0c72a17d93bce71c2218c0b705edd0a5d4 (patch) | |
tree | 84547b4614addd82e3d2b15003b9f5b79614db76 /MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | |
parent | Update dependencies (diff) | |
download | MatrixUtils-e7187c0c72a17d93bce71c2218c0b705edd0a5d4.tar.xz |
Add MxApiExtensions submodule
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r-- | MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj index a351b5f..fce3cfd 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -4,6 +4,7 @@ <TargetFramework>net7.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> + <UseBlazorWebAssembly>true</UseBlazorWebAssembly> </PropertyGroup> <ItemGroup> |