Skip to content

Commit

Permalink
Fix itemgroup conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 24, 2019
1 parent 6f59615 commit 9666473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rx.NET/Source/Directory.build.targets
Expand Up @@ -30,12 +30,12 @@
</ItemGroup>


<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(TargetFramework)' != 'netcoreapp3.0'">
<ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp3.0'">
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.105" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 9666473

Please sign in to comment.