Skip to content

Commit

Permalink
Merge pull request #6 from natemcmaster/master
Browse files Browse the repository at this point in the history
Fix FileNotFoundException caused by missing a .dll from the tools package
  • Loading branch information
Oren Novotny authored Oct 18, 2018
2 parents cf2687d + 7d557e2 commit cbaddb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" PrivateAssets="all" />
<ProjectReference Include="..\NuGetKeyVaultSignTool.Core\NuGetKeyVaultSignTool.Core.csproj" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<ProjectReference Include="..\NuGetKeyVaultSignTool.Core\NuGetKeyVaultSignTool.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit cbaddb2

Please sign in to comment.