Skip to content

Commit 940bd5d

Browse files
authored
Merge pull request #391 from sh4nji/master
Fix casing on App.config to enable linux builds
2 parents 118d271 + 07f48fd commit 940bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/AbpCompanyName.AbpProjectName.AngularUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<Compile Remove="dist" />
17-
<None Include="App.config" />
17+
<None Include="app.config" />
1818
<None Update="wwwroot\**\*;web.config">
1919
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
2020
</None>

0 commit comments

Comments
 (0)