Skip to content

Commit 32beced

Browse files
committed
fixed file name case
1 parent 3256160 commit 32beced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<None Include="App.config" />
18+
<None Include="app.config" />
1919
<None Update="log4net.config">
2020
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2121
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<None Include="App.config" />
23+
<None Include="app.config" />
2424
<None Update="log4net.config">
2525
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2626
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>

0 commit comments

Comments
 (0)