Skip to content

Commit c2c9cfa

Browse files
committed
remove from sharedFramework and add to externals
1 parent 0f7a702 commit c2c9cfa

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@
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" />

src/libraries/externals.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
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)\$(LibPrefix)mscordaccore_universal$(LibSuffix)" />
94+
<RuntimeFiles Include="$(CoreCLRArtifactsPath)\PDB\$(LibPrefix)mscordaccore_universal$(SymbolsSuffix)" />
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)' != ''">

src/native/managed/cdac/mscordaccore_universal/mscordaccore_universal.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
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>

0 commit comments

Comments
 (0)