We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e2ee0 commit 37a23c8Copy full SHA for 37a23c8
src/SimplCommerce.WebHost/SimplCommerce.WebHost.csproj
@@ -9,10 +9,11 @@
9
<UserSecretsId>aspnet-Modular.WebHost-dca604fa-ee10-4a6c-8e7d-8cc79dca8c8f</UserSecretsId>
10
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
11
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback>
12
+ <EnableDefaultContentItems>false</EnableDefaultContentItems>
13
</PropertyGroup>
14
15
<ItemGroup>
- <Content Update="wwwroot\**\*;web.config;Modules\**\*;Views\**\*">
16
+ <Content Include="wwwroot\**\*;web.config;Modules\**\*;Views\**\*">
17
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
18
</Content>
19
</ItemGroup>
0 commit comments