From 7d557e2b19f55addf50fb6f7f107e3e2960811e8 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 17 Oct 2018 20:06:20 -0700 Subject: [PATCH] fix: FileNotFoundException caused by missing a .dll from the tools package --- NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj b/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj index b00397f..442efe1 100644 --- a/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj +++ b/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.csproj @@ -8,9 +8,9 @@ - - - + + + - +