Skip to content

Commit

Permalink
Merge pull request #13 from cake-contrib/bug/12
Browse files Browse the repository at this point in the history
Added missing dependencies
  • Loading branch information
louisfischer authored Oct 15, 2019
2 parents f696a34 + baf3795 commit 42bfe00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Cake.SSRS/Cake.SSRS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0" PrivateAssets="All" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.6.0" PrivateAssets="All" />
<PackageReference Include="System.ServiceModel.Security" Version="4.6.0" PrivateAssets="All" />
<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0" PrivateAssets="All" />
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.6.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand All @@ -58,6 +60,12 @@
<TfmSpecificPackageFile Include="$(OutputPath)\**\System.ServiceModel.*.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
<TfmSpecificPackageFile Include="$(OutputPath)\**\System.Security.Principal.Windows.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
<TfmSpecificPackageFile Include="$(OutputPath)\**\System.Reflection.DispatchProxy.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
</ItemGroup>
</Target>

Expand Down

0 comments on commit 42bfe00

Please sign in to comment.