17 lines
No EOL
806 B
XML
17 lines
No EOL
806 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UserSecretsId>1c73094f-959f-4211-b1a1-6a69b236c283</UserSecretsId>
|
|
<RootNamespace>Yavsc.Api</RootNamespace>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
<FileVersion>1.1.0.0</FileVersion>
|
|
<InformationalVersion>1.1.0-beta.1+148.Branch.release-1.0.8-rc4.Sha.6b161b0fb509fec0ce467aa94f1a450b202af2f0</InformationalVersion>
|
|
<Version>1.1.0-beta.1</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
|
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
|
|
</ItemGroup>
|
|
</Project> |