Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Update Package References. #554

Merged
merged 2 commits into from
Sep 19, 2018
Merged

Update Package References. #554

merged 2 commits into from
Sep 19, 2018

Conversation

ryuyu
Copy link
Contributor

@ryuyu ryuyu commented Sep 18, 2018

Update references to packages to Nuget.* packages.
Includes a small fix to make a test locale agnostic.

@@ -82,7 +82,8 @@ public void CannotCreateNonRevokedResultWithRevocationDate(EndCertificateStatus
.WithRevocationTime(new DateTime(2000, 1, 2))
.Build());

Assert.StartsWith($"End certificate revoked at 1/2/2000 12:00:00 AM but status is {status}", exception.Message);
Assert.StartsWith("End certificate revoked at 1/2/2000", exception.Message);
Assert.Contains($"status is {status}", exception.Message);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did this change come from?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind. I read the description.

@ryuyu ryuyu merged commit 8377acc into dev Sep 19, 2018
joelverhagen pushed a commit that referenced this pull request Sep 27, 2019
joelverhagen pushed a commit that referenced this pull request Oct 26, 2020
joelverhagen pushed a commit that referenced this pull request Oct 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants