Skip to content

Commit

Permalink
Remove redundant parts to the target files
Browse files Browse the repository at this point in the history
Include a reference to the Pharmacist.Common NuGet package directly.
  • Loading branch information
glennawatson committed Jun 8, 2019
1 parent efd38e5 commit d43ff25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/Pharmacist.MsBuild/Pharmacist.MsBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@

<ItemGroup>
<ProjectReference Include="..\Pharmacist.Core\Pharmacist.Core.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Pharmacist.Common\Pharmacist.Common.csproj" />
</ItemGroup>
</Project>
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 @@ -11,10 +11,6 @@
<IntermediateOutputPath Condition="$(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'">$(MSBuildProjectDirectory)\obj\$(Configuration)\</IntermediateOutputPath>
<PharmacistTaskAssemblyFile Condition="'$(MSBuildRuntimeType)' != 'Full'">$(MSBuildThisFileDirectory)..\..\build\netstandard2.0\Pharmacist.MSBuild.dll</PharmacistTaskAssemblyFile>
<PharmacistTaskAssemblyFile Condition="'$(MSBuildRuntimeType)' == 'Full'">$(MSBuildThisFileDirectory)..\..\build\net461\Pharmacist.MSBuild.dll</PharmacistTaskAssemblyFile>

<!-- Our default CLI version for error checking purposes -->
<PharmacistNetCoreAppVersion>$(BundledNETCoreAppTargetFrameworkVersion)</PharmacistNetCoreAppVersion>
<PharmacistNetCoreAppVersion Condition="'$(PharmacistNetCoreAppVersion)' == ''">1.0</PharmacistNetCoreAppVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d43ff25

Please sign in to comment.