浏览代码

use ext for now

Oren Novotny 8 年之前
父节点
当前提交
fa1629a1e1

+ 1 - 0
Rx.NET/Source/Directory.build.props

@@ -17,6 +17,7 @@
     <NoWarn>$(NoWarn);CS1591</NoWarn>
     <DefaultLanguage>en-US</DefaultLanguage>
     <WriteVersionInfoToBuildLog>false</WriteVersionInfoToBuildLog>
+    <IncludeSymbols>true</IncludeSymbols>
   </PropertyGroup>
   
     <ItemGroup>

+ 1 - 1
Rx.NET/Source/Directory.build.targets

@@ -1,7 +1,7 @@
 <Project>  
   <!-- This has to be set in targets as the default props will overwrite -->
   <PropertyGroup>
-    <DebugType>embedded</DebugType>
+    <DebugType>portable</DebugType>
   </PropertyGroup>
   
   <!-- This props all need to be set in targets as they depend on the values set earlier -->

+ 1 - 1
Rx.NET/Source/tests/Tests.System.Reactive/Tests.System.Reactive.csproj

@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFrameworks>netcoreapp1.0;net46</TargetFrameworks>
+    <TargetFrameworks>net46;netcoreapp1.0</TargetFrameworks>
     <NoWarn>$(NoWarn);CS0618</NoWarn>
   </PropertyGroup>