Skip to content

Commit

Permalink
build(deps): update nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Jan 6, 2024
1 parent 44ca36f commit 39b80ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="13.5.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23531-01" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.Xunit" Version="22.8.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
<PackageVersion Include="xunit" Version="2.6.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xunit" Version="2.6.5" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions test/Docfx.Build.Common.Tests/ModelAttributeHandlerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ public void TestComplexModelWithUniqueIdentityReferenceAttributeShouldSucceed()

Assert.Equal(12, context.LinkToUids.Count);
Assert.Equal(new List<string> {
"0", "1", "2", "3", "2.2", "0.0", "1.1", "1.2", "1.3", "0.0.0", "1.1.1", "1.1.2"
}, context.LinkToUids);
"0", "0.0", "0.0.0", "1", "1.1", "1.1.1","1.1.2", "1.2", "1.3","2", "2.2", "3",
}, context.LinkToUids.OrderBy(x => x));
}

#endregion
Expand Down

0 comments on commit 39b80ff

Please sign in to comment.