mirror of https://github.com/abpframework/abp
				
				
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							38 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							38 lines
						
					
					
						
							2.0 KiB
						
					
					
				<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
						|
 | 
						|
  <Import Project="..\..\common.props" />
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>net5.0</TargetFramework>
 | 
						|
    <RootNamespace>MyCompanyName.MyProjectName</RootNamespace>
 | 
						|
    <PreserveCompilationReferences>true</PreserveCompilationReferences>
 | 
						|
    <UserSecretsId>MyCompanyName.MyProjectName-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
 | 
						|
    <PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
 | 
						|
    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.*" />
 | 
						|
    <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.*" />
 | 
						|
    <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.csproj" />
 | 
						|
    <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
 | 
						|
    <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Caching.StackExchangeRedis\Volo.Abp.Caching.StackExchangeRedis.csproj" />
 | 
						|
    <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.AspNetCore.Serilog\Volo.Abp.AspNetCore.Serilog.csproj" />
 | 
						|
    <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Swashbuckle\Volo.Abp.Swashbuckle.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\MyCompanyName.MyProjectName.Application\MyCompanyName.MyProjectName.Application.csproj" />
 | 
						|
    <ProjectReference Include="..\MyCompanyName.MyProjectName.EntityFrameworkCore.DbMigrations\MyCompanyName.MyProjectName.EntityFrameworkCore.DbMigrations.csproj" />
 | 
						|
    <ProjectReference Include="..\MyCompanyName.MyProjectName.HttpApi\MyCompanyName.MyProjectName.HttpApi.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Remove="Logs\**" />
 | 
						|
    <Content Remove="Logs\**" />
 | 
						|
    <EmbeddedResource Remove="Logs\**" />
 | 
						|
    <None Remove="Logs\**" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |