LingAdmin/Backend/Services/Shared/LingAdmin.Shared/LingAdmin.Shared.csproj

16 lines
454 B
XML
Raw Permalink Normal View History

2026-04-16 18:13:06 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>LingAdmin.Shared</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.2.0" />
</ItemGroup>
</Project>