Skip to content

Commit f427d68

Browse files
committed
Added CopyOutputSymbolsToPublishDirectory
1 parent b4fa1b1 commit f427d68

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

BlazorApp1/Client/BlazorApp1.Client.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<DebugType>full</DebugType>
8-
<DebugSymbols>true</DebugSymbols>
9-
<BlazorEnableCompression>false</BlazorEnableCompression>
10-
</PropertyGroup>
7+
<BlazorEnableCompression>false</BlazorEnableCompression>
8+
<CopyOutputSymbolsToPublishDirectory>true</CopyOutputSymbolsToPublishDirectory>
9+
</PropertyGroup>
1110

1211
<ItemGroup>
1312
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.3" />

BlazorApp1/Server/BlazorApp1.Server.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<DebugType>full</DebugType>
8-
<DebugSymbols>true</DebugSymbols>
7+
<CopyOutputSymbolsToPublishDirectory>true</CopyOutputSymbolsToPublishDirectory>
98
</PropertyGroup>
109

1110
<ItemGroup>

BlazorApp1/Shared/BlazorApp1.Shared.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<DebugType>full</DebugType>
8-
<DebugSymbols>true</DebugSymbols>
7+
<CopyOutputSymbolsToPublishDirectory>true</CopyOutputSymbolsToPublishDirectory>
98
</PropertyGroup>
109

1110
<ItemGroup>

0 commit comments

Comments
 (0)