CloudGamingAdmin/admin-server/CloudGaming.Core.Swagger/CloudGaming.Core.Swagger.csproj
2024-11-15 02:58:48 +08:00

16 lines
559 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\projects\project.targets" />
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="8.0.2" />
<PackageReference Include="IGeekFan.AspNetCore.Knife4jUI" Version="0.0.16" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CloudGaming.Core.Identity\CloudGaming.Core.Identity.csproj" />
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
</ItemGroup>
</Project>