Skip to content

Commit

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

Bump Microsoft.OData.Edm from 7.21.1 to 7.21.2
  • Loading branch information
baywet authored May 27, 2024
2 parents d737e5a + b5c0702 commit 18883fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
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.21.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
<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.21.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.2" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.14" />
</ItemGroup>
</Project>

0 comments on commit 18883fe

Please sign in to comment.