Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 8377acc

Browse files
authored
Merge pull request #554 from NuGet/ryuyu-update-package-references
Update Package References.
2 parents 2dd06be + 144141b commit 8377acc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/NuGet.Services.Validation.Orchestrator/NuGet.Services.Validation.Orchestrator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</None>
135135
</ItemGroup>
136136
<ItemGroup>
137-
<PackageReference Include="AnglicanGeek.MarkdownMailer.StrongName">
137+
<PackageReference Include="NuGet.StrongName.AnglicanGeek.MarkdownMailer">
138138
<Version>1.2.0</Version>
139139
</PackageReference>
140140
<PackageReference Include="NuGet.Services.Validation.Issues">

tests/Validation.PackageSigning.ValidateCertificate.Tests/CertificateVerificationResultFacts.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public void CannotCreateNonRevokedResultWithRevocationDate(EndCertificateStatus
8282
.WithRevocationTime(new DateTime(2000, 1, 2))
8383
.Build());
8484

85-
Assert.StartsWith($"End certificate revoked at 1/2/2000 12:00:00 AM but status is {status}", exception.Message);
85+
Assert.StartsWith("End certificate revoked at 1/2/2000", exception.Message);
86+
Assert.Contains($"status is {status}", exception.Message);
8687
}
8788

8889
[Fact]

0 commit comments

Comments
 (0)