yavsc/src/Yavsc.Api/Yavsc.Api.csproj

20 lines
889 B
XML
Raw Normal View History

2025-07-14 18:58:04 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2025-02-11 04:45:05 +00:00
<PropertyGroup>
2026-04-19 17:23:18 +01:00
<TargetFramework>net10.0</TargetFramework>
2025-02-11 04:45:05 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2025-02-16 22:40:51 +00:00
<UserSecretsId>1c73094f-959f-4211-b1a1-6a69b236c283</UserSecretsId>
2026-02-22 23:39:56 +00:00
<RootNamespace>Yavsc.Api</RootNamespace>
2026-05-28 22:18:26 +01:00
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<InformationalVersion>1.1.0-beta.1+49.Branch.release-1.0.8-rc3.Sha.5274d7bdf5d14406748a2063b5ae15191aac4359</InformationalVersion>
<Version>1.1.0-beta.1</Version>
2025-02-11 04:45:05 +00:00
</PropertyGroup>
2025-07-14 18:58:04 +01:00
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
2026-02-28 21:17:54 +00:00
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
2025-07-14 18:58:04 +01:00
</ItemGroup>
2026-06-28 14:11:26 +01:00
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" />
</ItemGroup>
2026-08-22 16:58:08 +01:00
</Project>