Skip to content

Commit 3435065

Browse files
authored
Update nuget packages (#83)
* Remove Microsoft.SourceLink.GitHub not required since sdk 8 fluentassertions/fluentassertions#3072 * JetBrains.Annotations 2024.3.0 -> 2025.2.4 * Roslynator.Analyzers 4.14.1 -> 4.15.0 * Meziantou.Analyzer 2.0.253 -> 3.0.1 * Verify.Xunit 31.7.1 -> 31.12.5 * PublicApiGenerator 11.5.0 -> 11.5.4 * ReportGenerator 5.5.0 -> 5.5.1 * Microsoft.NET.Test.Sdk 17.12.0 -> 17.13.0
1 parent b8f1e81 commit 3435065

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Build/_build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Nuke.Common" Version="9.0.4" />
1414
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
1515
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
16-
<PackageDownload Include="ReportGenerator" Version="[5.5.0]" />
16+
<PackageDownload Include="ReportGenerator" Version="[5.5.1]" />
1717
</ItemGroup>
1818

1919
</Project>

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="Roslynator.Analyzers" Version="4.14.1">
31+
<PackageReference Include="Roslynator.Analyzers" Version="4.15.0">
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>
35-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.253">
35+
<PackageReference Include="Meziantou.Analyzer" Version="3.0.1">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>

Src/FluentAssertions.Json/FluentAssertions.Json.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<PackageReference Include="FluentAssertions" Version="8.0.0" />
26-
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
27-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
26+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" PrivateAssets="all" />
2827
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2928
<None Include="..\FluentAssertions.png" Pack="true" Visible="false" PackagePath="" />
3029
</ItemGroup>

Tests/Approval.Tests/Approval.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<ItemGroup>
88
<PackageReference Include="FluentAssertions" Version="8.0.0" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="PublicApiGenerator" Version="11.5.0" />
15+
<PackageReference Include="PublicApiGenerator" Version="11.5.4" />
1616
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />
17-
<PackageReference Include="Verify.Xunit" Version="31.7.1" />
17+
<PackageReference Include="Verify.Xunit" Version="31.12.5" />
1818
</ItemGroup>
1919

2020
</Project>

Tests/FluentAssertions.Json.Specs/FluentAssertions.Json.Specs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
99
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="[2.8.2,3.0.0)">

0 commit comments

Comments
 (0)