Skip to content

Commit 37a23c8

Browse files
committed
fixed not include .dlls in the bin of modules on publish
1 parent 80e2ee0 commit 37a23c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SimplCommerce.WebHost/SimplCommerce.WebHost.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
<UserSecretsId>aspnet-Modular.WebHost-dca604fa-ee10-4a6c-8e7d-8cc79dca8c8f</UserSecretsId>
1010
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
1111
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback>
12+
<EnableDefaultContentItems>false</EnableDefaultContentItems>
1213
</PropertyGroup>
1314

1415
<ItemGroup>
15-
<Content Update="wwwroot\**\*;web.config;Modules\**\*;Views\**\*">
16+
<Content Include="wwwroot\**\*;web.config;Modules\**\*;Views\**\*">
1617
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
1718
</Content>
1819
</ItemGroup>

0 commit comments

Comments
 (0)