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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/v4.6
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-09 05:07:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-09 05:56:45 +0300
commit9f7c8f4651725b73688bd2fd3baa1243d7f23361 (patch)
tree3169cbf22cfcf98f590a65fac266dd113b5b34d9 /v4.6
parentde62979b2b8cbcae8b021cb1f663dac9bd33fdef (diff)
Move Mono-specific assemblies from netfx profiles to mono folder
None of these ship with the .NET Framework, they're a Mono-specific artifact (either historically or deliberately): cscompmgd.cs -> seems to have some types from Microsoft.CSharp, probably unused? Microsoft.Web.Infrastructure.cs -> used for old ASP.NET MVC SMDiagnostics.cs -> old .NET assembly we could probably remove System.Json.cs -> JSON APIs from Silverlight System.Json.Microsoft.cs -> same as above but with MS implementation System.Net.Http.Formatting.cs -> used for old ASP.NET MVC System.Numerics.Vectors.cs -> contains new Vector APIs, we added it as an assembly instead of facade System.Reactive.Core.cs -> old copy of ReactiveX System.Reactive.Debugger.cs -> old copy of ReactiveX System.Reactive.Experimental.cs -> old copy of ReactiveX System.Reactive.Interfaces.cs -> old copy of ReactiveX System.Reactive.Linq.cs -> old copy of ReactiveX System.Reactive.Observable.Aliases.cs -> old copy of ReactiveX System.Reactive.PlatformServices.cs -> old copy of ReactiveX System.Reactive.Providers.cs -> old copy of ReactiveX System.Reactive.Runtime.Remoting.cs -> old copy of ReactiveX System.Reactive.Windows.Forms.cs -> old copy of ReactiveX System.Reactive.Windows.Threading.cs -> old copy of ReactiveX System.Threading.Tasks.Dataflow.cs -> TPL Dataflow APIs that were distributed as NuGet only on netfx System.Web.Http.cs -> used for old ASP.NET MVC System.Web.Http.SelfHost.cs -> used for old ASP.NET MVC System.Web.Http.WebHost.cs -> used for old ASP.NET MVC System.Web.Mvc.cs -> used for old ASP.NET MVC System.Web.Razor.cs -> used for old ASP.NET MVC System.Web.WebPages.cs -> used for old ASP.NET MVC System.Web.WebPages.Deployment.cs -> used for old ASP.NET MVC System.Web.WebPages.Razor.cs -> used for old ASP.NET MVC We can consolidate them into the mono folder.
Diffstat (limited to 'v4.6')
-rw-r--r--v4.6/Makefile67
-rw-r--r--v4.6/Microsoft.Web.Infrastructure.dllbin6656 -> 0 bytes
-rw-r--r--v4.6/SMDiagnostics.dllbin4608 -> 0 bytes
-rw-r--r--v4.6/System.Json.Microsoft.dllbin13312 -> 0 bytes
-rw-r--r--v4.6/System.Json.dllbin9728 -> 0 bytes
-rw-r--r--v4.6/System.Net.Http.Formatting.dllbin78336 -> 0 bytes
-rw-r--r--v4.6/System.Numerics.Vectors.dllbin5632 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Core.dllbin24064 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Debugger.dllbin5120 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Experimental.dllbin9728 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Interfaces.dllbin7680 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Linq.dllbin73728 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Observable.Aliases.dllbin8704 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.PlatformServices.dllbin7168 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Providers.dllbin68096 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Runtime.Remoting.dllbin5632 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Windows.Forms.dllbin6144 -> 0 bytes
-rw-r--r--v4.6/System.Reactive.Windows.Threading.dllbin7168 -> 0 bytes
-rw-r--r--v4.6/System.Threading.Tasks.Dataflow.dllbin22016 -> 0 bytes
-rw-r--r--v4.6/System.Web.Http.SelfHost.dllbin9728 -> 0 bytes
-rw-r--r--v4.6/System.Web.Http.WebHost.dllbin8192 -> 0 bytes
-rw-r--r--v4.6/System.Web.Http.dllbin56832 -> 0 bytes
-rw-r--r--v4.6/System.Web.Mvc.dllbin100864 -> 0 bytes
-rw-r--r--v4.6/System.Web.Razor.dllbin61952 -> 0 bytes
-rw-r--r--v4.6/System.Web.WebPages.Deployment.dllbin6656 -> 0 bytes
-rw-r--r--v4.6/System.Web.WebPages.Razor.dllbin11264 -> 0 bytes
-rw-r--r--v4.6/System.Web.WebPages.dllbin37376 -> 0 bytes
-rw-r--r--v4.6/cscompmgd.dllbin6144 -> 0 bytes
28 files changed, 17 insertions, 50 deletions
diff --git a/v4.6/Makefile b/v4.6/Makefile
index 0f82423..9fb9639 100644
--- a/v4.6/Makefile
+++ b/v4.6/Makefile
@@ -7,27 +7,24 @@ Q_CSC = $(if $(V),,@echo "CSC [$(PROFILE)] $(1)";)
ASSEMBLIES := Accessibility CustomMarshalers \
Microsoft.Build.Engine Microsoft.Build.Framework Microsoft.Build.Tasks.v4.0 \
- Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC Microsoft.Web.Infrastructure \
- SMDiagnostics System.ComponentModel.Composition \
+ Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
+ System.ComponentModel.Composition \
System.ComponentModel.DataAnnotations System.Configuration.Install System.Configuration System.Core \
System.Data.DataSetExtensions System.Data.Entity System.Data.Linq System.Data.OracleClient \
System.Data.Services.Client System.Data.Services System.Data System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices \
System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
- System.Json.Microsoft System.Json System.Management System.Messaging System.Net.Http.Formatting \
- System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics System.Reactive.Core System.Reactive.Debugger \
- System.Reactive.Experimental System.Reactive.Interfaces System.Reactive.Linq System.Reactive.Observable.Aliases \
- System.Reactive.PlatformServices System.Reactive.Providers System.Reactive.Runtime.Remoting System.Reactive.Windows.Forms \
- System.Reactive.Windows.Threading System.Runtime.Caching System.Runtime.DurableInstancing System.Runtime.Remoting \
+ System.Management System.Messaging \
+ System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics \
+ System.Runtime.Caching System.Runtime.DurableInstancing System.Runtime.Remoting \
System.Runtime.Serialization.Formatters.Soap System.Runtime.Serialization System.Security System.ServiceModel.Activation \
System.ServiceModel.Discovery System.ServiceModel.Internals System.ServiceModel.Routing System.ServiceModel.Web \
- System.ServiceModel System.ServiceProcess System.Threading.Tasks.Dataflow System.Transactions System.Web.Abstractions \
+ System.ServiceModel System.ServiceProcess System.Transactions System.Web.Abstractions \
System.Web.ApplicationServices System.Web.DynamicData System.Web.Extensions.Design System.Web.Extensions \
- System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http System.Web.Mvc System.Web.Razor System.Web.Routing \
- System.Web.Services System.Web.WebPages.Deployment System.Web.WebPages.Razor System.Web.WebPages System.Web \
+ System.Web.Routing System.Web.Services System.Web \
System.Windows.Forms.DataVisualization System.Windows.Forms System.Windows System.Xaml System.Xml.Linq \
- System.Xml.Serialization System.Xml System WindowsBase cscompmgd mscorlib \
- System.Deployment System.Numerics.Vectors System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
+ System.Xml.Serialization System.Xml System WindowsBase mscorlib \
+ System.Deployment System.Reflection.Context System.Runtime.InteropServices.RuntimeInformation \
System.Web.Mobile System.Web.RegularExpressions System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime
ASSEMBLIES += bare/System bare/System.Xml bare/System.Configuration bare/System.ServiceModel.Activation bare/System.Web
@@ -65,8 +62,6 @@ Microsoft.Build_REFS := mscorlib Microsoft.Build.Framework System.Xml System Sys
Microsoft.CSharp_REFS := mscorlib System System.Core
Microsoft.VisualBasic_REFS := mscorlib System System.Windows.Forms System.Drawing
Microsoft.VisualC_REFS := mscorlib
-Microsoft.Web.Infrastructure_REFS := mscorlib System System.Web
-SMDiagnostics_REFS := mscorlib System.Configuration System System.Xml System.ServiceModel.Internals
System.ComponentModel.Composition_REFS := mscorlib System System.Core
System.ComponentModel.DataAnnotations_REFS := mscorlib System System.Core
System.Configuration.Install_REFS := mscorlib System
@@ -91,27 +86,12 @@ System.IO.Compression.FileSystem_REFS := mscorlib System.IO.Compression System
System.IO.Compression_REFS := mscorlib System
System.IdentityModel.Selectors_REFS := mscorlib System.Xml System System.IdentityModel
System.IdentityModel_REFS := mscorlib System.Configuration System.Runtime.Serialization System.Security System System.Xml System.Web.ApplicationServices
-System.Json.Microsoft_REFS := mscorlib System.Runtime.Serialization System System.Xml System.Core
-System.Json_REFS := mscorlib System System.Core
System.Management_REFS := mscorlib System System.Configuration.Install
System.Messaging_REFS := mscorlib System System.Drawing System.Configuration.Install System.Xml System.Windows.Forms
-System.Net.Http.Formatting_REFS := mscorlib System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Data System.Net.Http System.Configuration
System.Net.Http.WebRequest_REFS := mscorlib System.Net.Http System
System.Net.Http_REFS := mscorlib System System.Core
System.Net_REFS := mscorlib System
-System.Numerics.Vectors_REFS := mscorlib System.Numerics
System.Numerics_REFS := mscorlib
-System.Reactive.Core_REFS := mscorlib System System.Reactive.Interfaces System.Core
-System.Reactive.Debugger_REFS := mscorlib System.Reactive.Linq
-System.Reactive.Experimental_REFS := mscorlib System.Reactive.Linq System.Reactive.Core System.Core System.Reactive.Interfaces System
-System.Reactive.Interfaces_REFS := mscorlib System.Core
-System.Reactive.Linq_REFS := mscorlib System.Core System System.Reactive.Interfaces System.Reactive.Core
-System.Reactive.Observable.Aliases_REFS := mscorlib System.Reactive.Interfaces System.Core System.Reactive.Providers System.Reactive.Linq
-System.Reactive.PlatformServices_REFS := mscorlib System System.Reactive.Core System.Reactive.Interfaces System.Core System.Reactive.Linq
-System.Reactive.Providers_REFS := mscorlib System.Core System.Reactive.Interfaces System System.Reactive.Core System.Reactive.Linq
-System.Reactive.Runtime.Remoting_REFS := mscorlib System.Reactive.Interfaces System.Reactive.Core System.Core
-System.Reactive.Windows.Forms_REFS := mscorlib System.Reactive.Core System.Reactive.Interfaces System.Windows.Forms
-System.Reactive.Windows.Threading_REFS := mscorlib System System.Reactive.Core System.Reactive.Interfaces WindowsBase
System.Reflection.Context_REFS := mscorlib
System.Reflection.Metadata_REFS := System.Runtime System.Resources.ResourceManager System.Collections.Immutable System.Reflection.Primitives System.Diagnostics.Debug System.Collections System.IO System.IO.Compression System.Text.Encoding System.Runtime.InteropServices System.Linq System.Reflection System.Threading System.Runtime.Extensions System.Text.Encoding.Extensions System.Reflection.Extensions
System.Runtime.Caching_REFS := mscorlib System System.Data System.Configuration
@@ -128,25 +108,16 @@ System.ServiceModel.Routing_REFS := mscorlib System.ServiceModel System.Configur
System.ServiceModel.Web_REFS := mscorlib System.ServiceModel System System.Runtime.Serialization System.Xml System.Xml.Linq System.Configuration System.ServiceModel.Activation System.Core System.Web.Extensions
System.ServiceModel_REFS := mscorlib System.Xml System.Xml.Linq System.Xaml System System.EnterpriseServices System.Transactions System.IdentityModel System.Runtime.Serialization System.Runtime.DurableInstancing System.Security System.Web.ApplicationServices System.Messaging System.Net.Http System.IdentityModel.Selectors System.Web.Services System.Configuration System.Web System.Core bare/System.ServiceModel.Activation
System.ServiceProcess_REFS := mscorlib System System.Configuration.Install System.Windows.Forms
-System.Threading.Tasks.Dataflow_REFS := mscorlib System.Core System
System.Transactions_REFS := mscorlib System.Configuration
System.Web.Abstractions_REFS := mscorlib System.Web
System.Web.ApplicationServices_REFS := mscorlib System System.Configuration
System.Web.DynamicData_REFS := mscorlib System System.Drawing System.Web System.Web.Extensions System.Core System.ComponentModel.DataAnnotations System.Data.Linq
System.Web.Extensions.Design_REFS := mscorlib System System.Design System.Drawing System.Web.Extensions
System.Web.Extensions_REFS := mscorlib System.Web System System.Xml System.Drawing System.Data.Linq System.Web.Services System.ServiceModel System.ServiceModel.Activation System.Runtime.Serialization System.Web.ApplicationServices System.Core System.Configuration
-System.Web.Http.SelfHost_REFS := mscorlib System System.ServiceModel System.Net.Http System.Core System.Web.Http System.IdentityModel System.Runtime.Serialization System.Net.Http.Formatting System.Configuration System.Xml
-System.Web.Http.WebHost_REFS := mscorlib System.Web System.Core System System.Net.Http System.Web.Http System.Xml Microsoft.Web.Infrastructure
-System.Web.Http_REFS := mscorlib System System.Net.Http System.Net.Http.Formatting System.Core System.ComponentModel.DataAnnotations System.Runtime.Serialization System.Xml System.Data.Linq
System.Web.Mobile_REFS := mscorlib
-System.Web.Mvc_REFS := mscorlib System.Web System System.Core System.ComponentModel.DataAnnotations System.Web.Extensions System.Web.WebPages.Razor System.Runtime.Caching System.Web.WebPages System.Xml System.Web.Razor System.Data.Linq Microsoft.Web.Infrastructure
-System.Web.Razor_REFS := mscorlib System System.Core
System.Web.RegularExpressions_REFS := mscorlib System
System.Web.Routing_REFS := mscorlib System.Web
System.Web.Services_REFS := mscorlib System System.Configuration System.EnterpriseServices System.Xml bare/System.Web System.DirectoryServices System.Design System.Data
-System.Web.WebPages.Deployment_REFS := mscorlib System.Web System System.Configuration System.Core Microsoft.Web.Infrastructure
-System.Web.WebPages.Razor_REFS := mscorlib System.Web System System.Web.Razor System.Configuration System.Core System.Web.WebPages
-System.Web.WebPages_REFS := mscorlib System.Web System System.Core System.Xml.Linq System.Web.Razor System.ComponentModel.DataAnnotations System.Data.Linq Microsoft.Web.Infrastructure Microsoft.CSharp System.Web.WebPages.Deployment
System.Web_REFS := mscorlib System.Configuration System.Xml System System.Data System.Drawing System.Runtime.Serialization.Formatters.Soap System.Core System.EnterpriseServices System.Web.ApplicationServices System.ComponentModel.DataAnnotations System.Web.Services
System.Windows.Forms.DataVisualization_REFS := mscorlib System.Drawing System.Windows.Forms System System.Xml System.Data System.Core
System.Windows.Forms_REFS := mscorlib System System.Xml System.Drawing System.Runtime.Serialization.Formatters.Soap Accessibility System.Configuration System.Data
@@ -160,7 +131,6 @@ System.Xml.Serialization_REFS := mscorlib System.ServiceModel System.Xml
System.Xml_REFS := mscorlib System System.Configuration
System_REFS := mscorlib bare/System.Configuration bare/System.Xml
WindowsBase_REFS := mscorlib System.Xaml System System.Xml System.Security
-cscompmgd_REFS := mscorlib System
mscorlib_REFS :=
bare/System_REFS := mscorlib
@@ -234,31 +204,28 @@ ECMA_KEY := ../../../mcs/class/ecma.pub # Public Key Token: b77a5c561934
WINFX_KEY := ../../../mcs/class/winfx.pub # Public Key Token: 31bf3856ad364e35
MSFINAL_KEY := ../../../mcs/class/msfinal.pub # Public Key Token: b03f5f7f11d50a3a
-ECMA_KEY_ASSEMBLIES := SMDiagnostics System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
+ECMA_KEY_ASSEMBLIES := System.ComponentModel.Composition System.Core System.Data.DataSetExtensions \
System.Data.Entity System.Data.Linq System.Data.OracleClient System.Data.Services.Client System.Data.Services \
System.Data System.IO.Compression.FileSystem System.IO.Compression System.IdentityModel.Selectors System.IdentityModel \
System.Numerics System.Reflection.Context System.Runtime.Remoting System.Runtime.Serialization System.ServiceModel.Internals \
- System.ServiceModel System.Threading.Tasks.Dataflow System.Transactions System.Windows.Forms System.Xaml \
+ System.ServiceModel System.Transactions System.Windows.Forms System.Xaml \
System.Xml.Linq System.Xml.Serialization System.Xml System mscorlib bare/System bare/System.Xml
-WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations Microsoft.Web.Infrastructure System.Json.Microsoft \
- System.Json System.Net.Http.Formatting System.Reactive.Core System.Reactive.Debugger System.Reactive.Experimental \
- System.Reactive.Interfaces System.Reactive.Linq System.Reactive.Observable.Aliases System.Reactive.PlatformServices \
- System.Reactive.Providers System.Reactive.Runtime.Remoting System.Reactive.Windows.Forms System.Reactive.Windows.Threading \
+WINFX_KEY_ASSEMBLIES := System.ComponentModel.DataAnnotations \
System.Runtime.DurableInstancing System.ServiceModel.Activation System.ServiceModel.Discovery System.ServiceModel.Routing \
System.ServiceModel.Web System.Web.Abstractions System.Web.ApplicationServices System.Web.DynamicData \
- System.Web.Extensions.Design System.Web.Extensions System.Web.Http.SelfHost System.Web.Http.WebHost System.Web.Http \
- System.Web.Mvc System.Web.Razor System.Web.Routing System.Web.WebPages.Deployment System.Web.WebPages.Razor \
- System.Web.WebPages System.Windows.Forms.DataVisualization System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime \
+ System.Web.Extensions.Design System.Web.Extensions \
+ System.Web.Routing \
+ System.Windows.Forms.DataVisualization System.Workflow.Activities System.Workflow.ComponentModel System.Workflow.Runtime \
WindowsBase bare/System.ServiceModel.Activation
MSFINAL_KEY_ASSEMBLIES := Accessibility CustomMarshalers Microsoft.Build.Engine Microsoft.Build.Framework \
Microsoft.Build.Tasks.v4.0 Microsoft.Build.Utilities.v4.0 Microsoft.Build Microsoft.CSharp Microsoft.VisualBasic Microsoft.VisualC \
System.Configuration.Install System.Configuration System.Deployment System.Design System.DirectoryServices.Protocols \
System.DirectoryServices System.Drawing.Design System.Drawing System.Dynamic System.EnterpriseServices System.Management \
- System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Numerics.Vectors System.Runtime.Caching \
+ System.Messaging System.Net.Http.WebRequest System.Net.Http System.Net System.Runtime.Caching \
System.Runtime.InteropServices.RuntimeInformation System.Runtime.Serialization.Formatters.Soap System.Security System.ServiceProcess System.Web.Services \
- System.Web System.Web.Mobile System.Web.RegularExpressions System.Windows cscompmgd bare/System.Configuration bare/System.Web
+ System.Web System.Web.Mobile System.Web.RegularExpressions System.Windows bare/System.Configuration bare/System.Web
all: $(addsuffix .dll, $(ASSEMBLIES))
diff --git a/v4.6/Microsoft.Web.Infrastructure.dll b/v4.6/Microsoft.Web.Infrastructure.dll
deleted file mode 100644
index 35e35d2..0000000
--- a/v4.6/Microsoft.Web.Infrastructure.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/SMDiagnostics.dll b/v4.6/SMDiagnostics.dll
deleted file mode 100644
index 4ba5630..0000000
--- a/v4.6/SMDiagnostics.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Json.Microsoft.dll b/v4.6/System.Json.Microsoft.dll
deleted file mode 100644
index 496df2e..0000000
--- a/v4.6/System.Json.Microsoft.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Json.dll b/v4.6/System.Json.dll
deleted file mode 100644
index 618a39c..0000000
--- a/v4.6/System.Json.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Net.Http.Formatting.dll b/v4.6/System.Net.Http.Formatting.dll
deleted file mode 100644
index 2d6cd85..0000000
--- a/v4.6/System.Net.Http.Formatting.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Numerics.Vectors.dll b/v4.6/System.Numerics.Vectors.dll
deleted file mode 100644
index cb3bec6..0000000
--- a/v4.6/System.Numerics.Vectors.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Core.dll b/v4.6/System.Reactive.Core.dll
deleted file mode 100644
index 0364ab0..0000000
--- a/v4.6/System.Reactive.Core.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Debugger.dll b/v4.6/System.Reactive.Debugger.dll
deleted file mode 100644
index 690723e..0000000
--- a/v4.6/System.Reactive.Debugger.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Experimental.dll b/v4.6/System.Reactive.Experimental.dll
deleted file mode 100644
index a0403cb..0000000
--- a/v4.6/System.Reactive.Experimental.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Interfaces.dll b/v4.6/System.Reactive.Interfaces.dll
deleted file mode 100644
index d3ed5cc..0000000
--- a/v4.6/System.Reactive.Interfaces.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Linq.dll b/v4.6/System.Reactive.Linq.dll
deleted file mode 100644
index 07229f4..0000000
--- a/v4.6/System.Reactive.Linq.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Observable.Aliases.dll b/v4.6/System.Reactive.Observable.Aliases.dll
deleted file mode 100644
index 9cbf577..0000000
--- a/v4.6/System.Reactive.Observable.Aliases.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.PlatformServices.dll b/v4.6/System.Reactive.PlatformServices.dll
deleted file mode 100644
index f869a70..0000000
--- a/v4.6/System.Reactive.PlatformServices.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Providers.dll b/v4.6/System.Reactive.Providers.dll
deleted file mode 100644
index 60802f3..0000000
--- a/v4.6/System.Reactive.Providers.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Runtime.Remoting.dll b/v4.6/System.Reactive.Runtime.Remoting.dll
deleted file mode 100644
index 7b87308..0000000
--- a/v4.6/System.Reactive.Runtime.Remoting.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Windows.Forms.dll b/v4.6/System.Reactive.Windows.Forms.dll
deleted file mode 100644
index 00dcaee..0000000
--- a/v4.6/System.Reactive.Windows.Forms.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Reactive.Windows.Threading.dll b/v4.6/System.Reactive.Windows.Threading.dll
deleted file mode 100644
index 749f4ab..0000000
--- a/v4.6/System.Reactive.Windows.Threading.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Threading.Tasks.Dataflow.dll b/v4.6/System.Threading.Tasks.Dataflow.dll
deleted file mode 100644
index 823225c..0000000
--- a/v4.6/System.Threading.Tasks.Dataflow.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.Http.SelfHost.dll b/v4.6/System.Web.Http.SelfHost.dll
deleted file mode 100644
index bc491f0..0000000
--- a/v4.6/System.Web.Http.SelfHost.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.Http.WebHost.dll b/v4.6/System.Web.Http.WebHost.dll
deleted file mode 100644
index 33ceea6..0000000
--- a/v4.6/System.Web.Http.WebHost.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.Http.dll b/v4.6/System.Web.Http.dll
deleted file mode 100644
index 4bde3d2..0000000
--- a/v4.6/System.Web.Http.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.Mvc.dll b/v4.6/System.Web.Mvc.dll
deleted file mode 100644
index 4dcd718..0000000
--- a/v4.6/System.Web.Mvc.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.Razor.dll b/v4.6/System.Web.Razor.dll
deleted file mode 100644
index 7de2614..0000000
--- a/v4.6/System.Web.Razor.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.WebPages.Deployment.dll b/v4.6/System.Web.WebPages.Deployment.dll
deleted file mode 100644
index cd75e79..0000000
--- a/v4.6/System.Web.WebPages.Deployment.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.WebPages.Razor.dll b/v4.6/System.Web.WebPages.Razor.dll
deleted file mode 100644
index 0a62e9f..0000000
--- a/v4.6/System.Web.WebPages.Razor.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/System.Web.WebPages.dll b/v4.6/System.Web.WebPages.dll
deleted file mode 100644
index b3e9d41..0000000
--- a/v4.6/System.Web.WebPages.dll
+++ /dev/null
Binary files differ
diff --git a/v4.6/cscompmgd.dll b/v4.6/cscompmgd.dll
deleted file mode 100644
index f87fcde..0000000
--- a/v4.6/cscompmgd.dll
+++ /dev/null
Binary files differ