You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.8 KiB
37 lines
1.8 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>WinIn.FasterZ.AuthSiteCenter</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WinIn.FasterZ.AuthSiteCenter.Domain\WinIn.FasterZ.AuthSiteCenter.Domain.csproj" />
|
|
<ProjectReference Include="..\WinIn.FasterZ.AuthSiteCenter.Application.Contracts\WinIn.FasterZ.AuthSiteCenter.Application.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Core" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
|
<PackageReference Include="OpenIddict.Server" Version="4.4.0" />
|
|
<PackageReference Include="Volo.Abp.Account.Application" Version="7.3.2" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application" Version="7.3.2" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="7.3.2" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="7.3.2" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="7.3.2" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="7.3.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.Authentication">
|
|
<HintPath>C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\7.0.10\Microsoft.AspNetCore.Authentication.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies">
|
|
<HintPath>C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\7.0.10\Microsoft.AspNetCore.Authentication.Cookies.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|