Skip to content

Commit 3125697

Browse files
Upgrade major dependencies
- FluentAssertions 7.0.0 → 8.0.0 - Microsoft.NET.Test.Sdk 17.12.0 → 18.0.0 - codecov-action v4 → v5 All tests passing (946 passed, 4 skipped). Closes #530, #535, #542
1 parent cb7f890 commit 3125697

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Test with Coverage
2929
run: dotnet test --no-build --verbosity normal --settings coverlet.runsettings --collect:"XPlat Code Coverage"
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
3333
files: '**/coverage.cobertura.xml'
3434
fail_ci_if_error: false

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageVersion>
19-
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
19+
<PackageVersion Include="FluentAssertions" Version="8.0.0" />
2020
<PackageVersion Include="FluentValidation" Version="12.0.0" />
2121
<PackageVersion Include="Humanizer.Core" Version="2.14.1" /> <!-- See #529 for 3.x update -->
2222
<PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" />
2323
<PackageVersion Include="JsonDiffPatch.Net" Version="2.3.0" />
2424
<PackageVersion Include="LibLog" Version="5.0.8" />
2525
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
2626
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
27-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
27+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
2828
<PackageVersion Include="Namotion.Reflection" Version="3.4.3" />
2929
<PackageVersion Include="Nullability.Source" Version="2.3.0">
3030
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)