Skip to content

Commit

Permalink
Remove reference to the Pharmacist.Common inside the targets file. No…
Browse files Browse the repository at this point in the history
…w use the Pharmacy.MsBuild to get the reference
  • Loading branch information
glennawatson committed Jun 8, 2019
1 parent d43ff25 commit a93b4eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Pharmacist.MsBuild/targets/Pharmacist.MSBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<PharmacistTaskAssemblyFile Condition="'$(MSBuildRuntimeType)' == 'Full'">$(MSBuildThisFileDirectory)..\..\build\net461\Pharmacist.MSBuild.dll</PharmacistTaskAssemblyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pharmacist.Common" Version="1.*" />
</ItemGroup>

<UsingTask TaskName="Pharmacist.MsBuild.PharmacistNuGetTask" AssemblyFile="$(PharmacistTaskAssemblyFile)" />

<Target Name="GeneratePharmacist" BeforeTargets="CoreCompile">
Expand Down

0 comments on commit a93b4eb

Please sign in to comment.