Skip to content

Commit 63e538d

Browse files
geraldbarre-workleapgithub-actions[bot]Gérald Barréclaude
authored
chore(deps): update workleap (#101)
* chore(deps): update workleap * fix: Update Swashbuckle.AspNetCore to v9 for MSBuild compatibility Workleap.OpenApi.MSBuild 0.12.3 requires Swashbuckle.AspNetCore v9.x to generate OpenAPI specs. Updated test project packages from 8.1.4 to 9.0.6. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: Update Swashbuckle.AspNetCore.Annotations in test project Update the direct Swashbuckle.AspNetCore.Annotations reference in Workleap.Extensions.OpenAPI.Tests from 8.1.4 to 9.0.6 to match the transitive dependency from WebApi.OpenAPI.SystemTest and avoid NU1605 package downgrade error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Gérald Barré <gerald.barre@gsoft.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8fa5019 commit 63e538d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Workleap.DotNet.CodingStandards" Version="1.1.33">
21+
<PackageReference Include="Workleap.DotNet.CodingStandards" Version="1.1.48">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

src/Workleap.Extensions.OpenAPI.Tests/Workleap.Extensions.OpenAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<PackageReference Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.23" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
18-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.4" />
18+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.6" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/tests/WebApi.OpenAPI.SystemTest/WebApi.OpenAPI.SystemTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.23" />
15-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.4" />
16-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.4" />
17-
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="0.12.2">
15+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
16+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.6" />
17+
<PackageReference Include="Workleap.OpenApi.MSBuild" Version="0.12.3">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)