Skip to content

Commit

Permalink
Merge pull request #271 from microsoft/dependabot/nuget/Microsoft.Ope…
Browse files Browse the repository at this point in the history
…nApi-1.4.0

Bump Microsoft.OpenApi from 1.3.2 to 1.4.0
  • Loading branch information
baywet authored Sep 2, 2022
2 parents d8560cf + e3205c2 commit a1e77a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OoasGui/OoasGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.12.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.4.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tool/UpdateDocs/UpdateDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.OData.Edm" Version="7.12.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.4.0" />
</ItemGroup>
</Project>

0 comments on commit a1e77a7

Please sign in to comment.