Skip to content

Commit

Permalink
fix: FileNotFoundException caused by missing a .dll from the tools pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
natemcmaster committed Oct 18, 2018
1 parent cf2687d commit 7d557e2
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 7d557e2

Please sign in to comment.