Skip to content

Commit

Permalink
put DebugType into csproj to work around dotnet/msbuild#2754
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Nov 30, 2017
1 parent db09cf4 commit cd3ad8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<AssemblyTitle>Interactive Extensions - Async Providers Library</AssemblyTitle>
<TargetFrameworks>net45;netstandard1.0</TargetFrameworks>
<PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<AssemblyTitle>Interactive Extensions - Async Library</AssemblyTitle>
<TargetFrameworks>net45;net46;netstandard1.0;netstandard1.3</TargetFrameworks>
<PackageTags>Ix;Interactive;Extensions;Enumerable;Asynchronous</PackageTags>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<AssemblyTitle>Interactive Extensions - Providers Library</AssemblyTitle>
<TargetFrameworks>net45;netstandard1.0</TargetFrameworks>
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Ix.NET/Source/System.Interactive/System.Interactive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Authors>Microsoft</Authors>
<TargetFrameworks>net45;netstandard1.0</TargetFrameworks>
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cd3ad8f

Please sign in to comment.