Skip to content

Commit

Permalink
Ensure source package isn't added as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 27, 2017
1 parent a105782 commit a9a1436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<EmbeddedResource Include="Properties\*.xml" />
<PackageReference Include="xunit.assert.source" Version="2.2.0" />
<PackageReference Include="xunit.assert.source" Version="2.2.0" PrivateAssets="All" />
<ProjectReference Include="..\System.Reactive\System.Reactive.csproj" />
</ItemGroup>
</Project>

0 comments on commit a9a1436

Please sign in to comment.