File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<AssemblyName >AbpCompanyName.AbpProjectName.Web.Mvc</AssemblyName >
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
38
+ <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.435" />
38
39
<PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 3.0.0" >
39
40
<PrivateAssets >all</PrivateAssets >
40
41
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
46
47
</ItemGroup >
47
48
48
49
<ItemGroup >
50
+ <Folder Include =" wwwroot\libs\" />
49
51
<Folder Include =" wwwroot\view-resources\Views\_Bundles\" />
50
52
</ItemGroup >
51
53
You can’t perform that action at this time.
0 commit comments