Skip to content

Commit 1d4960c

Browse files
authored
chore: update FluentAssertions to version 6.12.0 (#230)
* chore: update FluentAssertions to version 6.12.0 * chore: update FluentAssertions to version 6.12.0
1 parent f923eae commit 1d4960c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/FluentAssertions.Analyzers.Tests/DiagnosticVerifier.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
using System.Reflection;
1818

1919
using XunitAssert = Xunit.Assert;
20+
using System.Net.Http;
2021

2122
namespace FluentAssertions.Analyzers.Tests
2223
{
@@ -37,6 +38,7 @@ static DiagnosticVerifier()
3738
typeof(Compilation), // Microsoft.CodeAnalysis
3839
typeof(AssertionScope), // FluentAssertions.Core
3940
typeof(AssertionExtensions), // FluentAssertions
41+
typeof(HttpRequestMessage), // System.Net.Http
4042
typeof(Microsoft.VisualStudio.TestTools.UnitTesting.Assert), // MsTest
4143
typeof(XunitAssert), // Xunit
4244
}.Select(type => type.GetTypeInfo().Assembly.Location)

src/FluentAssertions.Analyzers.Tests/FluentAssertions.Analyzers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="FluentAssertions" Version="6.1.0" />
14+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
1616
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
1717
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />

0 commit comments

Comments
 (0)