Fix build targets bug (incremental build input was based on wrong property name)
This commit is contained in:
parent
354752cf16
commit
27189875fb
|
|
@ -386,7 +386,7 @@
|
|||
<_BlazorLinkerInput Include="@(IntermediateAssembly)" />
|
||||
<_BlazorLinkerInput Include="@(_BlazorDependencyInput)" />
|
||||
<_BlazorLinkerInput Include="@(BlazorLinkerDescriptor)" />
|
||||
<_BlazorLinkerInput Include="$(AdditionalLinkerOptions)" />
|
||||
<_BlazorLinkerInput Include="$(AdditionalMonoLinkerOptions)" />
|
||||
</ItemGroup>
|
||||
|
||||
<Hash ItemsToHash="@(_BlazorLinkerInput)">
|
||||
|
|
|
|||
Loading…
Reference in New Issue