Skip to content

Commit 6ee6b11

Browse files
author
Oren Novotny
committed
Ensure dll is in package
1 parent 98ce4e0 commit 6ee6b11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Rx.NET/Source/src/System.Reactive/System.Reactive.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
<!-- We remove the output from the nuget so it doesn't wind up in the \lib folder -->
7373
<Target Name="RemoveNetCoreApp3FromNuGet" DependsOnTargets="BuiltProjectOutputGroup;DocumentationProjectOutputGroup" Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
7474

75-
<ItemGroup>
75+
<ItemGroup>
76+
<!-- Before clearing the output groups, add them to None for packing -->
77+
<None Include="@(BuiltProjectOutputGroupOutput);@(DocumentationProjectOutputGroupOutput)" PackagePath="build\netcoreapp3.0" Pack="true" />
78+
7679
<BuiltProjectOutputGroupOutput Remove="@(BuiltProjectOutputGroupOutput)" />
77-
<DocumentationProjectOutputGroupOutput Remove="@(DocumentationProjectOutputGroupOutput)" />
80+
<DocumentationProjectOutputGroupOutput Remove="@(DocumentationProjectOutputGroupOutput)" />
7881
</ItemGroup>
7982

8083
</Target>
81-
82-
84+
8385
<ItemGroup>
84-
<None Include="bin\$(Configuration)\netcoreapp3.0\*.xml" PackagePath="build\netcoreapp3.0" Pack="true" />
85-
<None Include="bin\$(Configuration)\netcoreapp3.0\*.dll" PackagePath="build\netcoreapp3.0" Pack="true" />
8686
<None Include="build\_._" PackagePath="lib\netcoreapp3.0" Pack="true" />
8787
<None Include="build\System.Reactive.targets" PackagePath="buildTransitive\netcoreapp3.0" Pack="true" />
8888
<None Include="build\System.Reactive.targets" PackagePath="build\netcoreapp3.0" Pack="true" />

0 commit comments

Comments
 (0)