Skip to content

Commit 3573acb

Browse files
Bump Microsoft.OpenApi from 1.6.24 to 2.1.0
--- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a95a79 commit 3573acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.8" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.8" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="2.1.0" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.4.0" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />

0 commit comments

Comments
 (0)