diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2024-06-04 16:06:23 +0200 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2024-06-04 16:06:23 +0200 |
commit | b9df5547a7064b0c983f622fd6db827609593cc1 (patch) | |
tree | 621af999cccdb535a8b4e922a59e37ee60291790 /Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj | |
parent | Update ArcaneLibs dependencies (diff) | |
download | LibMatrix-b9df5547a7064b0c983f622fd6db827609593cc1.tar.xz |
Update dependencies
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj')
-rw-r--r-- | Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj index 0a43299..a6b6214 100644 --- a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj +++ b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj @@ -10,9 +10,9 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="EasyCompressor.LZMA" Version="1.4.0"/> - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0"/> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/> + <PackageReference Include="EasyCompressor.LZMA" Version="2.0.2" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> </ItemGroup> <ItemGroup> |