Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-22 22:49:13 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-23 00:04:25 +0300
commit9df80a47f2314d62a7f307378324246350c21f63 (patch)
tree252955663ab824c7fc63398e51874160e97317ee /src/System.Threading.Thread
parenta81d066ef8fa43c47163a66d63aa94b0ddf2f249 (diff)
Clean-up references to old build against packages properties
This removes configurations for build against properties as well as cleans up some of the Restore-All targets which we no longer need.
Diffstat (limited to 'src/System.Threading.Thread')
-rw-r--r--src/System.Threading.Thread/src/System.Threading.Thread.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/System.Threading.Thread/src/System.Threading.Thread.csproj
index 872d8c4cad..7861f03d98 100644
--- a/src/System.Threading.Thread/src/System.Threading.Thread.csproj
+++ b/src/System.Threading.Thread/src/System.Threading.Thread.csproj
@@ -5,8 +5,6 @@
<AssemblyName>System.Threading.Thread</AssemblyName>
<OutputType>Library</OutputType>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
- <!-- Don't allow project reference to package dependency conversion -->
- <KeepAllProjectReferences>true</KeepAllProjectReferences>
<!-- Type being defined conflicts with imported type from dependency assembly -->
<NoWarn>436</NoWarn>
<ProjectGuid>{06197EED-FF48-43F3-976D-463839D43E8C}</ProjectGuid>