Skip to content

Commit 9c3a357

Browse files
Bump swashbuckle-aspnetcore monorepo to 9.0.4
| datasource | package | from | to | | ---------- | ---------------------------------- | ----- | ----- | | nuget | Swashbuckle.AspNetCore | 9.0.3 | 9.0.4 | | nuget | Swashbuckle.AspNetCore.Annotations | 9.0.3 | 9.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a23c3d commit 9c3a357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Microsoft.OpenApi" Version="1.6.25" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.9.2" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.5.0" />
23-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />
24-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.3" />
23+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
24+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.4" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Content Update="package.json;package-lock.json;tsconfig.json" CopyToPublishDirectory="Never" />

0 commit comments

Comments
 (0)