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

14 lines
408 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\projects\project.targets" />
<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
</ItemGroup>
</Project>