Skip to content

Commit 76bd313

Browse files
Bump Microsoft.OpenApi
Update Microsoft.OpenApi to 1.6.17.
1 parent 299fd49 commit 76bd313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0-preview.7.24379.2" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-preview.7.24377.1" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.0-preview.7.24379.2" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.16" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.17" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.1.0" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.7.24379.2" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
14-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.16" />
14+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.17" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.45.1" />
1616
<PackageReference Include="Verify.Xunit" Version="26.1.5" />
1717
<PackageReference Include="xunit" Version="2.9.0" />

0 commit comments

Comments
 (0)