18 lines
No EOL
887 B
XML
18 lines
No EOL
887 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.Blogs</RootNamespace>
|
|
<RepositoryUrl>https://forgejo.pschneider.fr/notazof/yavsc</RepositoryUrl>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
<FileVersion>1.1.0.0</FileVersion>
|
|
<InformationalVersion>1.1.0-beta.1+183.Branch.release-1.0.8-rc8.Sha.6cff3db32ecf72c0d2d430b7002fa7816a34e070</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> |