Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 717 Bytes

File metadata and controls

24 lines (17 loc) · 717 Bytes
title NuGet Warning NU3027
description NU3027 Warning code
author mishra14
ms.author jodou
ms.date 8/16/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU3027

NuGet Warning NU3027

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': The signature should be timestamped to enable long-term signature validity after the certificate has expired.

Issue

The package signature does not contain a timestamp.

Solution

For long term signature validity, please request the package author to re-sign the package using the nuget sign command as described in NuGet docs using the -Timestamper option.