Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
do not require commandline for diagnostics (it's implicit for hosting)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Oct 19, 2019
1 parent ce0d166 commit b90832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meta.Packages/Sdk/hosting.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup Condition="'$(IncludeRocketSurgeryHosting)' == 'true'">
<PackageReference Include="Rocket.Surgery.Conventions.Diagnostics" Condition="('$(EnableDiagnostics)' == 'true' and '$(EnableCommandLine)' == 'true') and ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' or '$(TargetFrameworkIdentifier)' == '.NETFramework')" />
<PackageReference Include="Rocket.Surgery.Conventions.Diagnostics" Condition="('$(EnableDiagnostics)' == 'true') and ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' or '$(TargetFrameworkIdentifier)' == '.NETFramework')" />
<PackageReference Include="Rocket.Surgery.Hosting" />
</ItemGroup>
</Project>

0 comments on commit b90832d

Please sign in to comment.