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.
75 lines
2.7 KiB
75 lines
2.7 KiB
<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>
|
|
<PackageLicenseExpression />
|
|
<Version>1.0</Version>
|
|
<PackageReleaseNotes></PackageReleaseNotes>
|
|
<RunAnalyzersDuringLiveAnalysis>true</RunAnalyzersDuringLiveAnalysis>
|
|
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
|
|
<PackageProjectUrl></PackageProjectUrl>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<AssemblyName>Znyc.Admin.AspNetCore</AssemblyName>
|
|
<RepositoryUrl></RepositoryUrl>
|
|
<PackageLicenseFile></PackageLicenseFile>
|
|
<AssemblyVersion>1.3.1.37</AssemblyVersion>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DocumentationFile>bin\Release\Znyc.Admin.AspNetCore.xml</DocumentationFile>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>bin\Debug\Znyc.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.0.1" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.4" />
|
|
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.8.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.0" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Znyc.Admin.Security.Core\Znyc.Admin.Security.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|