yavsc/src/Api/Api.csproj

11 lines
406 B
XML
Raw Normal View History

2025-02-11 04:45:05 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2025-02-12 20:41:14 +00:00
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.13" />
2025-02-14 00:20:35 +00:00
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
2025-02-11 04:45:05 +00:00
</ItemGroup>
</Project>