summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-14 09:07:55 +0200
committerRory& <root@rory.gay>2025-10-14 09:07:55 +0200
commit58d92080d544e255ee3fd0c0e722a7c6f1c474a7 (patch)
treef3ba88ea3ad8f03b8a0a01fce11bea0965d4b4c6 /extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj
parentSchema fixes, api bug fix (diff)
downloadserver-ts-58d92080d544e255ee3fd0c0e722a7c6f1c474a7.tar.xz
Admin api changes
Diffstat (limited to 'extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj')
-rw-r--r--extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj b/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj

index e74d8b50..53f82843 100644 --- a/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj +++ b/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj
@@ -7,11 +7,11 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20241210-161342" /> - <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview.20241210-161342" /> + <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20251005-232225" /> + <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview.20251005-232225" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0"/> - <PackageReference Include="RabbitMQ.Client" Version="7.0.0" /> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" /> + <PackageReference Include="RabbitMQ.Client" Version="7.1.2" /> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" /> </ItemGroup> <ItemGroup>