Skip to content

Commit f1df7d3

Browse files
davidkallesenperkops
authored andcommitted
feat: nuget-versions update
1 parent 122ed2e commit f1df7d3

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
@@ -9,7 +9,7 @@ public class NugetPackageReferenceProvider(
99
{
1010
{ "Asp.Versioning.Http", "8.1.0" },
1111
{ "Atc", "2.0.525" },
12-
{ "Atc.Azure.Options", "3.0.31" },
12+
{ "Atc.Azure.Options", "3.0.34" },
1313
{ "Atc.Rest", "2.0.525" },
1414
{ "Atc.Rest.Client", "1.0.84" },
1515
{ "Atc.Rest.Extended", "2.0.525" },
@@ -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", "7.0.0" },
22+
{ "FluentAssertions", "7.2.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.12.0" },
29+
{ "Microsoft.NET.Test.Sdk", "17.13.0" },
3030
{ "NSubstitute", "5.3.0" },
31-
{ "Swashbuckle.AspNetCore", "7.2.0" },
31+
{ "Swashbuckle.AspNetCore", "7.3.1" },
3232
{ "xunit", "2.9.3" },
33-
{ "xunit.runner.visualstudio", "3.0.1" },
33+
{ "xunit.runner.visualstudio", "3.0.2" },
3434
};
3535

3636
public async Task<Version> GetAtcApiGeneratorVersion()

0 commit comments

Comments
 (0)