Skip to content

Commit

Permalink
chore: update FluentAssertions to version 6.12.0 (#230)
Browse files Browse the repository at this point in the history
* chore: update FluentAssertions to version 6.12.0

* chore: update FluentAssertions to version 6.12.0
  • Loading branch information
Meir017 authored Oct 2, 2023
1 parent f923eae commit 1d4960c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/FluentAssertions.Analyzers.Tests/DiagnosticVerifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
using System.Reflection;

using XunitAssert = Xunit.Assert;
using System.Net.Http;

namespace FluentAssertions.Analyzers.Tests
{
Expand All @@ -37,6 +38,7 @@ static DiagnosticVerifier()
typeof(Compilation), // Microsoft.CodeAnalysis
typeof(AssertionScope), // FluentAssertions.Core
typeof(AssertionExtensions), // FluentAssertions
typeof(HttpRequestMessage), // System.Net.Http
typeof(Microsoft.VisualStudio.TestTools.UnitTesting.Assert), // MsTest
typeof(XunitAssert), // Xunit
}.Select(type => type.GetTypeInfo().Assembly.Location)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
Expand Down

0 comments on commit 1d4960c

Please sign in to comment.