<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ApplicationIcon /> <OutputType>Library</OutputType> <StartupObject /> <Company></Company> <Copyright></Copyright> <Product></Product> <Authors>Znyc.Admin</Authors> <GeneratePackageOnBuild>true</GeneratePackageOnBuild> <IsPackable>true</IsPackable> <Version>1.0</Version> <PackageReleaseNotes></PackageReleaseNotes> <RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis> <RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild> <PackageProjectUrl></PackageProjectUrl> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <AssemblyName>Znyc.Recruitment.Admin.AspNetCore</AssemblyName> <RepositoryUrl></RepositoryUrl> <AssemblyVersion>1.3.1.37</AssemblyVersion> <PackageLicenseExpression>MIT</PackageLicenseExpression> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <DocumentationFile>bin\Release\Znyc.Recruitment.Admin.AspNetCore.xml</DocumentationFile> <OutputPath>bin\Release\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <OutputPath>bin\Debug\</OutputPath> <DocumentationFile>bin\Debug\Znyc.Recruitment.Admin.AspNetCore.xml</DocumentationFile> </PropertyGroup> <ItemGroup> <Compile Remove="Controllers\**" /> <Compile Remove="SSO\**" /> <Content Remove="Controllers\**" /> <Content Remove="SSO\**" /> <EmbeddedResource Remove="Controllers\**" /> <EmbeddedResource Remove="SSO\**" /> <None Remove="Controllers\**" /> <None Remove="SSO\**" /> </ItemGroup> <ItemGroup> <Compile Remove="Common\AuthorizeKey.cs" /> <Compile Remove="Mvc\AuthorizeMiddleware.cs" /> <Compile Remove="Mvc\Filter\AdminAuthorizationActionFilter.cs" /> <Compile Remove="Mvc\Filter\NoA.cs" /> <Compile Remove="Mvc\Filter\PermissionRequiredFilter.cs" /> </ItemGroup> <ItemGroup> <None Remove="logo.png" /> </ItemGroup> <ItemGroup> <PackageReference Include="IdentityModel" Version="5.1.0" /> <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.8" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.8" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.8" /> <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.12.0" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" /> <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Znyc.Cloudcar.Admin.Commons\Znyc.Cloudcar.Admin.Commons.csproj" /> <ProjectReference Include="..\Znyc.Cloudcar.Admin.Security.Core\Znyc.Cloudcar.Admin.Security.Core.csproj" /> </ItemGroup> </Project>