diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2024-05-30 21:39:12 +0200 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2024-05-30 21:39:12 +0200 |
commit | 4bdea63982dae9c17b7a5fbda38d505655b8d4b3 (patch) | |
tree | 8ca9c6bad5f9526c5b36d707f08406fc3bbe2848 /Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj | |
parent | Log warning if registering a duplicate type (diff) | |
download | LibMatrix-dev/home-changes.tar.xz |
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj')
-rw-r--r-- | Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj index 0a43299..122cfba 100644 --- a/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj +++ b/Tests/LibMatrix.HomeserverEmulator/LibMatrix.HomeserverEmulator.csproj @@ -10,9 +10,8 @@ </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="Microsoft.AspNetCore.OpenApi" Version="8.0.5" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> </ItemGroup> <ItemGroup> |