diff options
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> |