File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<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 >
11
10
12
11
<ItemGroup >
13
12
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.3" />
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <DebugType >full</DebugType >
8
- <DebugSymbols >true</DebugSymbols >
7
+ <CopyOutputSymbolsToPublishDirectory >true</CopyOutputSymbolsToPublishDirectory >
9
8
</PropertyGroup >
10
9
11
10
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <DebugType >full</DebugType >
8
- <DebugSymbols >true</DebugSymbols >
7
+ <CopyOutputSymbolsToPublishDirectory >true</CopyOutputSymbolsToPublishDirectory >
9
8
</PropertyGroup >
10
9
11
10
<ItemGroup >
You can’t perform that action at this time.
0 commit comments