File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments