summaryrefslogtreecommitdiff
path: root/src/mscorlib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-07 11:31:03 -0700
committerGitHub <noreply@github.com>2017-04-07 11:31:03 -0700
commit329d900d6bc443a8317559050935ba37698cf132 (patch)
tree6f52646746ddd473ad87ce753eaf8efc7441b8dc /src/mscorlib/System.Private.CoreLib.csproj
parenta1a6c4ee5611c5fb74c3c819ea46ec7acbe0a44a (diff)
downloadcoreclr-329d900d6bc443a8317559050935ba37698cf132.tar.gz
coreclr-329d900d6bc443a8317559050935ba37698cf132.tar.bz2
coreclr-329d900d6bc443a8317559050935ba37698cf132.zip
Move public ThreadAbortException back to CoreLib (#10801)
Diffstat (limited to 'src/mscorlib/System.Private.CoreLib.csproj')
-rw-r--r--src/mscorlib/System.Private.CoreLib.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/System.Private.CoreLib.csproj b/src/mscorlib/System.Private.CoreLib.csproj
index d06643ff87..019bfd7e80 100644
--- a/src/mscorlib/System.Private.CoreLib.csproj
+++ b/src/mscorlib/System.Private.CoreLib.csproj
@@ -580,7 +580,6 @@
<Compile Include="$(BclSourcesRoot)\System\Threading\SemaphoreFullException.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\SynchronizationLockException.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\Thread.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Threading\ThreadAbortException.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ThreadInterruptedException.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ThreadPool.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ThreadPriority.cs" />