@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+ <Library>
+ <Assembly Name="System.Interactive.Async" Dynamic="Required All" />
+ <!-- TODO optimize this for types that actually need reflection -->
+ </Library>
+</Directives>
@@ -18,7 +18,10 @@
"publicSign": true,
"define": [ "SIGNED" ],
"nowarn": [ "CS1591" ],
- "xmlDoc": true
+ "xmlDoc": true,
+ "embed": {
+ "includeFiles": "Properties/System.Interactive.Async.rd.xml"
+ }
},
"configurations": {
+ <Assembly Name="System.Interactive" Dynamic="Required All" />
+ "includeFiles": "Properties/System.Interactive.rd.xml"
+ <Assembly Name="System.Reactive.Core" Dynamic="Required All" />
+ "includeFiles": "Properties/System.Reactive.Core.rd.xml"