about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj')
-rw-r--r--MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj b/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj

index a34cd2c..a647a2f 100644 --- a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj +++ b/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj
@@ -7,15 +7,15 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.3"/> + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.7" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MatrixRoomUtils.Web\MatrixRoomUtils.Web.csproj"/> + <ProjectReference Include="..\MatrixRoomUtils.Web\MatrixRoomUtils.Web.csproj" /> </ItemGroup> <ItemGroup> - <Folder Include="Controllers"/> + <Folder Include="Controllers" /> </ItemGroup>