Skip to content

Commit 7bb42d8

Browse files
committed
delete app.config from csproj files
1 parent 10b838f commit 7bb42d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/AbpCompanyName.AbpProjectName.Web.Host.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<None Include="app.config" />
2322
<None Update="Dockerfile">
2423
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2524
</None>

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/AbpCompanyName.AbpProjectName.Web.Mvc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<None Include="app.config" />
2120
<None Update="Dockerfile">
2221
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2322
</None>

0 commit comments

Comments
 (0)