Skip to content
Prev Previous commit
Next Next commit
Update illink-oob.targets
  • Loading branch information
ViktorHofer authored Jan 23, 2022
commit 0e82185c8fe236a2768a215c3b423cd31cca9f0a
2 changes: 1 addition & 1 deletion src/libraries/illink-oob.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<OOBAssemblyToIgnore Include="System.Speech" />

<NetCoreAppCurrentAssembly Include="$(NetCoreAppCurrentRuntimePath)*.dll"
Exclude="$(NetCoreAppCurrentRuntimePath)*.Generator.dll;
Exclude="$(NetCoreAppCurrentRuntimePath)*.Generator*.dll;
$(NetCoreAppCurrentRuntimePath)*.Native.dll;
$(NetCoreAppCurrentRuntimePath)*msquic.dll" />
<SharedFrameworkAssembly Include="$(MicrosoftNetCoreAppRuntimePackRidLibTfmDir)*.dll" />
Expand Down