Skip to content

Commit fe00f4b

Browse files
committed
Downgrade to 5.10.3, #31
1 parent 5374f89 commit fe00f4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FluentAssertions.Autofac.Tests/FluentAssertions.Autofac.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Autofac" Version="6.2.0" />
19-
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
19+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
2121
<PackageReference Include="NSubstitute" Version="4.2.2" />
2222
<PackageReference Include="xunit" Version="2.4.1" />

FluentAssertions.Autofac/FluentAssertions.Autofac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="Autofac" Version="6.2.0" />
14-
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
14+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1515
<PackageReference Include="GitVersion.MsBuild" Version="5.6.9">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

SampleLib/SampleLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Autofac" Version="6.2.0" />
10-
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
10+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1212
<PackageReference Include="xunit" Version="2.4.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)