2026-02-28 21:17:54 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
<PropertyGroup>
|
2026-04-19 17:23:18 +01:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2026-02-28 21:17:54 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<UserSecretsId>1c73094f-959f-4211-b1a1-6a69b236c283</UserSecretsId>
|
|
|
|
|
<RootNamespace>Yavsc.Api</RootNamespace>
|
2026-05-24 20:55:29 +01:00
|
|
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
2026-05-28 22:18:26 +01:00
|
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
2026-02-28 21:17:54 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
|
|
|
|
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
|
2026-06-10 00:23:17 +01:00
|
|
|
<ProjectReference Include="../Yavsc.Org/Yavsc.Org.csproj" />
|
2026-02-28 21:17:54 +00:00
|
|
|
</ItemGroup>
|
2026-06-10 00:23:17 +01:00
|
|
|
</Project>
|