summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj')
-rw-r--r--extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj b/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj
deleted file mode 100644

index 872e11882..000000000 --- a/extra/admin-api/Spacebar.AdminAPI/Spacebar.AdminAPI.csproj +++ /dev/null
@@ -1,23 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk.Web"> - - <PropertyGroup> - <TargetFramework>net10.0</TargetFramework> - <Nullable>enable</Nullable> - <ImplicitUsings>enable</ImplicitUsings> - </PropertyGroup> - - <ItemGroup> - <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="10.0.0" /> - <PackageReference Include="RabbitMQ.Client" Version="7.2.0" /> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.15.0" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\Spacebar.AdminApi.Models\Spacebar.AdminApi.Models.csproj" /> - <ProjectReference Include="..\Spacebar.Db\Spacebar.Db.csproj" /> - <ProjectReference Include="..\Utilities\Spacebar.RabbitMqUtilities\Spacebar.RabbitMqUtilities.csproj" /> - </ItemGroup> - -</Project>