Skip to content

Commit 93a37ba

Browse files
Bump FluentAssertions from 5.10.3 to 6.0.0 (#120)
* Bump FluentAssertions from 5.10.3 to 6.0.0 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.0.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@5.10.3...6.0.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update to langVersion 10.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: reegeek <10356780+reegeek@users.noreply.github.com>
1 parent 9f4d1f3 commit 93a37ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup Label="Common properties">
18-
<LangVersion>9.0</LangVersion>
18+
<LangVersion>10.0</LangVersion>
1919
<CheckEolTargetFramework>false</CheckEolTargetFramework>
2020
</PropertyGroup>
2121

@@ -33,4 +33,4 @@
3333
<Optimize>true</Optimize>
3434
</PropertyGroup>
3535

36-
</Project>
36+
</Project>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
14-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
14+
<PackageReference Include="FluentAssertions" Version="6.0.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)