File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Components/Blazor/Build Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 422
422
4) Add the file we just created to the list of file writes, to support incremental builds.
423
423
-->
424
424
<ItemGroup >
425
- <_MonoBaseClassLibraryFolder Include =" $(MonoBaseClassLibraryPath);$(MonoBaseClassLibraryFacadesPath)" />
425
+ <_MonoBaseClassLibraryFolder Include =" $(MonoBaseClassLibraryPath);$(MonoBaseClassLibraryFacadesPath);$(MonoWasmFrameworkPath) " />
426
426
<_BlazorAssembliesToLink Include =" @(_BlazorDependencyInput->'-a " %(Identity)" ')" />
427
427
<_BlazorAssembliesToLink Include =" @(IntermediateAssembly->'-a " %(FullPath)" ')" />
428
428
<_BlazorFolderLookupPaths Include =" @(_MonoBaseClassLibraryFolder->'-d " %(Identity)" ')" />
522
522
523
523
<PropertyGroup >
524
524
<_ReferencesArg Condition =" '@(_BlazorDependencyInput)' != ''" >--references " $(BlazorResolveDependenciesFilePath)" </_ReferencesArg >
525
- <_BclParameter >--base-class-library " $(MonoBaseClassLibraryPath)" --base-class-library " $(MonoBaseClassLibraryFacadesPath)" </_BclParameter >
525
+ <_BclParameter >--base-class-library " $(MonoBaseClassLibraryPath)" --base-class-library " $(MonoBaseClassLibraryFacadesPath)" --base-class-library " $(MonoWasmFrameworkPath) " </_BclParameter >
526
526
</PropertyGroup >
527
527
528
528
<WriteLinesToFile
Original file line number Diff line number Diff line change 40
40
<ItemGroup >
41
41
<_BclDirectory Include =" $(MonoBaseClassLibraryPath)" />
42
42
<_BclDirectory Include =" $(MonoBaseClassLibraryFacadesPath)" />
43
+ <_BclDirectory Include =" $(MonoWasmFrameworkPath)" />
43
44
</ItemGroup >
44
45
45
46
<WriteLinesToFile Lines =" @(ReferencePath)" File =" $(TargetDir)referenceHints.txt" WriteOnlyWhenDifferent =" true" Overwrite =" true" />
You can’t perform that action at this time.
0 commit comments