File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
installer/pkg/sfx/Microsoft.NETCore.App
native/managed/cdac/mscordaccore_universal Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 115115 <PlatformManifestFileEntry Condition =" '$(PgoInstrument)' != ''" Include =" clrjit.pgd" IsNative =" true" />
116116 <PlatformManifestFileEntry Include =" libclrjit.so" IsNative =" true" />
117117 <PlatformManifestFileEntry Include =" libclrjit.dylib" IsNative =" true" />
118- <PlatformManifestFileEntry Include =" mscordaccore_universal.dll" IsNative =" true" />
119- <PlatformManifestFileEntry Include =" libmscordaccore_universal.so" IsNative =" true" />
120- <PlatformManifestFileEntry Include =" libmscordaccore_universal.dylib" IsNative =" true" />
121118 <PlatformManifestFileEntry Include =" mscordaccore.dll" IsNative =" true" />
122119 <PlatformManifestFileEntry Include =" libmscordaccore.so" IsNative =" true" />
123120 <PlatformManifestFileEntry Include =" libmscordaccore.dylib" IsNative =" true" />
Original file line number Diff line number Diff line change 9090 <RuntimeFiles Include =" $(CoreCLRArtifactsPath)\PDB\corerun*" Condition =" '$(TargetsAndroid)' != 'true'" />
9191 <!-- Include cDAC reader library
9292 TODO: [cdac] Remove once cdacreader is added to shipping shared framework -->
93- <RuntimeFiles Include =" $(CoreCLRArtifactsPath)\*cdacreader *" />
94- <RuntimeFiles Include =" $(CoreCLRArtifactsPath)\PDB\*cdacreader *" />
93+ <RuntimeFiles Include =" $(CoreCLRArtifactsPath)\*mscordaccore_universal *" />
94+ <RuntimeFiles Include =" $(CoreCLRArtifactsPath)\PDB\*mscordaccore_universal *" />
9595 </ItemGroup >
9696 <!-- If the build has native sanitizers, copy over the non-sanitized diagnostic binaries so they can be loaded by a debugger -->
9797 <ItemGroup Condition =" '$(EnableNativeSanitizers)' != ''" >
Original file line number Diff line number Diff line change 2727 </ItemGroup >
2828 <ItemGroup >
2929 <InstallRuntimeComponentDestination Include =" ." />
30- <InstallRuntimeComponentDestination Include =" sharedFramework" Condition =" '$(RuntimeFlavor)' == 'coreclr'" />
30+ <!-- TODO: [cdac] Output to sharedFramework and add PlatformManifestFileEntry for Microsoft.NETCore.App once ready to include in shipping package -->
31+ <!-- <InstallRuntimeComponentDestination Include="sharedFramework" Condition="'$(RuntimeFlavor)' == 'coreclr'"/> -->
3132 </ItemGroup >
3233
3334 <ItemGroup >
You can’t perform that action at this time.
0 commit comments