Skip to content

Commit d294a6d

Browse files
authored
Merge pull request #35 from cuibty/master
linux build error
2 parents 3256160 + be99111 commit d294a6d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@
1414
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
1515
<DefineConstants>FEATURE_SIGNALR</DefineConstants>
1616
</PropertyGroup>
17-
18-
<ItemGroup>
19-
<Content Include="wwwroot\images\app-logo-small.png" />
20-
</ItemGroup>
21-
17+
2218
<ItemGroup>
23-
<None Include="App.config" />
19+
<None Include="app.config" />
2420
<None Update="log4net.config">
2521
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2622
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>

0 commit comments

Comments
 (0)