File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <BlazorWebAssemblyEnableLinking >false</BlazorWebAssemblyEnableLinking >
5
6
</PropertyGroup >
6
7
8
+ <ItemGroup >
9
+ <BlazorLinkerDescriptor Include =" LinkerConfig.xml" />
10
+ </ItemGroup >
11
+
7
12
<Import Project =" ../BlazorLazyLoading.Server.props" />
8
13
9
14
<!-- Extra dependencies -->
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.1</TargetFramework >
5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
- <BlazorWebAssemblyEnableLinking >true </BlazorWebAssemblyEnableLinking >
6
+ <BlazorWebAssemblyEnableLinking >false </BlazorWebAssemblyEnableLinking >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<BlazorLinkerDescriptor Include =" LinkerConfig.xml" />
11
11
</ItemGroup >
12
12
13
13
<Import Project =" ../BlazorLazyLoading.Wasm.props" />
14
+ <Import Project =" ../BlazorLazyLoading.Components.props" />
14
15
15
16
<!-- Extra dependencies -->
16
17
<ItemGroup >
22
23
23
24
<!-- Modules -->
24
25
<ItemGroup >
25
- <ProjectReference Include =" ..\Core\Core.csproj" />
26
- <ProjectReference Include =" ..\ModulesHost\ModulesHost.csproj" />
26
+ <ProjectReference Include =" ..\Core\Core.csproj" />
27
+ <ProjectReference Include =" ..\ModulesHost\ModulesHost.csproj" Private = " false " />
27
28
</ItemGroup >
28
29
29
30
</Project >
You can’t perform that action at this time.
0 commit comments