Skip to content

Commit af28fde

Browse files
committed
fix(will it still work with ref): try it
1 parent f529671 commit af28fde

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

SharedPages/SharedPages.csproj

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
8-
9-
<!--<ItemGroup>
10-
put back in
11-
<None Update="wwwroot\**">
12-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
13-
</None>
14-
</ItemGroup>-->
15-
168
<ItemGroup>
179
<SupportedPlatform Include="browser" />
1810
</ItemGroup>
@@ -23,7 +15,7 @@
2315
<ItemGroup>
2416
<Content Remove="packages.lock.json" />
2517
</ItemGroup>
26-
<!--qqqq try putting back in with a condition<ItemGroup>
27-
<ProjectReference Include="..\Package.BlazorComponentLibrary\Package.BlazorComponentLibrary.csproj" />
28-
</ItemGroup>-->
18+
<ItemGroup>
19+
<ProjectReference Include="..\Package.BlazorComponentLibrary\Package.BlazorComponentLibrary.csproj" Condition="'$(UseBCLProjectReference)' == 'true'" />
20+
</ItemGroup>
2921
</Project>

0 commit comments

Comments
 (0)