Skip to content

Commit

Permalink
Merge pull request #234 from microsoft/dependabot/nuget/Microsoft.ODa…
Browse files Browse the repository at this point in the history
…ta.Edm-7.11.1

Bump Microsoft.OData.Edm from 7.11.0 to 7.11.1
  • Loading branch information
baywet authored Jun 20, 2022
2 parents 079f8ea + cbe7155 commit 283b135
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 @@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.11.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.11.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.1" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tool/UpdateDocs/UpdateDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.OData.Edm" Version="7.11.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.11.1" />
<PackageReference Include="Microsoft.OpenApi" Version="1.3.1" />
</ItemGroup>
</Project>

0 comments on commit 283b135

Please sign in to comment.