Skip to content

Commit 6e96321

Browse files
committed
chore: update some nuget packages in NugetPackageReferenceProvider
1 parent 9872274 commit 6e96321

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Atc.Rest.ApiGenerator.Framework/Providers/NugetPackageReferenceProvider.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ public class NugetPackageReferenceProvider(
1919
{ "AutoFixture", "4.18.1" },
2020
{ "AutoFixture.AutoNSubstitute", "4.18.1" },
2121
{ "AutoFixture.Xunit2", "4.18.1" },
22-
{ "FluentAssertions", "6.12.0" },
22+
{ "FluentAssertions", "7.0.0" },
2323
{ "FluentValidation.AspNetCore", "11.3.0" },
2424
{ "Microsoft.ApplicationInsights.AspNetCore", "2.22.0" },
2525
{ "Microsoft.AspNetCore.Authentication.JwtBearer", "8.0.4" },
2626
{ "Microsoft.AspNetCore.OpenApi", "8.0.6" },
2727
{ "Microsoft.AspNetCore.Mvc.Testing", "8.0.6" },
2828
{ "Microsoft.NETCore.Platforms", "7.0.4" },
29-
{ "Microsoft.NET.Test.Sdk", "17.10.0" },
30-
{ "NSubstitute", "5.1.0" },
29+
{ "Microsoft.NET.Test.Sdk", "17.12.0" },
30+
{ "NSubstitute", "5.3.0" },
3131
{ "Swashbuckle.AspNetCore", "7.0.0" },
32-
{ "xunit", "2.9.2" },
33-
{ "xunit.runner.visualstudio", "2.8.1" },
32+
{ "xunit", "2.9.3" },
33+
{ "xunit.runner.visualstudio", "3.0.1" },
3434
};
3535

3636
public async Task<Version> GetAtcApiGeneratorVersion()

0 commit comments

Comments
 (0)