2025-05-15 13:50:30 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2025-05-13 15:18:14 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-05-14 14:37:47 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-05-13 15:18:14 +08:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-05-14 16:18:17 +08:00
|
|
|
|
<ItemGroup>
|
2025-05-15 13:50:30 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
|
2025-05-14 16:18:17 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-05-13 15:18:14 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\OpenAuth.App\OpenAuth.App.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|