Skip to content

Commit

Permalink
Merge pull request #5 from onovotny/use-215
Browse files Browse the repository at this point in the history
Update to newer NuGet packages without hacks
  • Loading branch information
Oren Novotny committed Oct 8, 2018
2 parents 9640ed2 + 241dc44 commit cf2687d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NuGetKeyVaultSignTool.Core/KeyVaultSignatureProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PrimarySignature CreateKeyVaultPrimarySignature(SignPackageRequest request, Sign
var msg = new CmsProcessableByteArray(signatureContent.GetBytes());
var data = generator.Generate(msg, true);

var encoded = data.GetEncoded();
var encoded = data.ContentInfo.GetDerEncoded();
return PrimarySignature.Load(encoded);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.0" />
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="3.19.8" />
<PackageReference Include="NuGet.Packaging" Version="5.0.0-xprivate001.13074" />
<PackageReference Include="NuGet.Packaging" Version="5.0.0-xprivate02.36848" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.3" />
<PackageReference Include="RSAKeyVaultProvider" Version="1.1.22" />
</ItemGroup>
Expand Down

0 comments on commit cf2687d

Please sign in to comment.