about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-06-14 22:26:39 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-06-14 22:26:39 +0200
commitb48f78a381058c188ed61e6f372fbf86d95ad2f9 (patch)
tree178e5d85a92da68b42ffcc68cbbba9b8ea3c40fd /MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj
parentChange syntax style (diff)
downloadMatrixUtils-b48f78a381058c188ed61e6f372fbf86d95ad2f9.tar.xz
Add changes
Diffstat (limited to 'MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj')
-rw-r--r--MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj

index c76452f..e1511c4 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>