Skip to content

Commit a146b52

Browse files
Bump Swashbuckle.AspNetCore and Swashbuckle.AspNetCore.Annotations
Bumps Swashbuckle.AspNetCore from 8.1.1 to 8.1.2 Bumps Swashbuckle.AspNetCore.Annotations from 8.1.1 to 8.1.2 --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Swashbuckle.AspNetCore.Annotations dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c20258 commit a146b52

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.24" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.4.0" />
23-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
24-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.1" />
23+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
24+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.2" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<Content Update="package.json;package-lock.json;tsconfig.json" CopyToPublishDirectory="Never" />

0 commit comments

Comments
 (0)