Skip to content

Commit

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

Bump Microsoft.OpenApi from 1.2.3 to 1.3.1
  • Loading branch information
baywet authored May 2, 2022
2 parents 19c1566 + 0b2ee6a commit 429e664
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.11.0" />
<PackageReference Include="Microsoft.OpenApi" Version="1.2.3" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.1" />
<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.11.0" />
<PackageReference Include="Microsoft.OpenApi" Version="1.2.3" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.1" />
</ItemGroup>
</Project>

0 comments on commit 429e664

Please sign in to comment.