Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 

31 lines
1.4 KiB

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Migrations\20180226110707_Installed_Permissions_Module.cs" />
<Compile Remove="Migrations\20180226110707_Installed_Permissions_Module.Designer.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog.Extensions.Logging" Version="2.0.2" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Volo.Abp.Account.Web" Version="0.2.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.2" />
<PackageReference Include="Volo.Abp.AspNetCore.EmbeddedFiles" Version="0.2.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="0.2.0" />
<PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="0.2.0" />
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="0.2.0" />
<PackageReference Include="Volo.Abp.Identity.Web" Version="0.2.0" />
<PackageReference Include="Volo.Abp.Permissions.EntityFrameworkCore" Version="0.2.0" />
</ItemGroup>
</Project>