about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r--MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
index cf6ce87..c76452f 100644
--- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
+++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
@@ -7,17 +7,17 @@
     </PropertyGroup>
 
     <ItemGroup>
-        <PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
-        <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
-        <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
+        <PackageReference Include="Blazored.LocalStorage" Version="4.3.0"/>
+        <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3"/>
+        <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all"/>
     </ItemGroup>
 
     <ItemGroup>
-      <ProjectReference Include="..\MatrixRoomUtils.Core\MatrixRoomUtils.Core.csproj" />
+        <ProjectReference Include="..\MatrixRoomUtils.Core\MatrixRoomUtils.Core.csproj"/>
     </ItemGroup>
 
     <ItemGroup>
-      <Folder Include="Shared\TimelineComponents\TimelineMessageComponents" />
+        <Folder Include="Shared\TimelineComponents\TimelineMessageComponents"/>
     </ItemGroup>
-    
+
 </Project>