summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-02-11 21:34:21 -0500
committerJan Kotas <jkotas@microsoft.com>2019-02-11 18:34:21 -0800
commit8e5f65c4ec87cc58ea80c7473cb2946118c6ade9 (patch)
tree9452495a5c09d9ad1cdcc4efa677d53d753fac74 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent7dbf35b6f4961299d199fabc009e114bff7800f0 (diff)
downloadcoreclr-8e5f65c4ec87cc58ea80c7473cb2946118c6ade9.tar.gz
coreclr-8e5f65c4ec87cc58ea80c7473cb2946118c6ade9.tar.bz2
coreclr-8e5f65c4ec87cc58ea80c7473cb2946118c6ade9.zip
Move ConditionalWeakTable to shared (#22531)
Leaves DependentHandle as being the runtime PAL
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index 97e89d3820..da4fdc6210 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -235,7 +235,7 @@
<Compile Include="$(BclSourcesRoot)\System\Reflection\RuntimePropertyInfo.cs" />
<Compile Include="$(BclSourcesRoot)\System\Resources\ManifestBasedResourceGroveler.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\RtType.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Runtime\CompilerServices\ConditionalWeakTable.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Runtime\CompilerServices\DependentHandle.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\CompilerServices\ICastableHelpers.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\CompilerServices\jithelpers.cs" />
<Compile Include="$(BclSourcesRoot)\System\Runtime\CompilerServices\RuntimeFeature.CoreCLR.cs" />