yavsc/src/Yavsc.Blogs/Yavsc.Blogs.csproj

13 lines
541 B
XML
Raw Normal View History

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-02-28 21:17:54 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
</ItemGroup>
</Project>