Skip to content

Commit

Permalink
fix(websites): correct OData version in Bit BlazorUI demo website #9639
Browse files Browse the repository at this point in the history
… (#9652)
  • Loading branch information
ysmoradi authored Jan 10, 2025
1 parent be78773 commit c0ad1d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.2" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.1" />
<PackageReference Include="MimeTypeMapOfficial" Version="1.0.17" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="AspNetCore.HealthChecks.System" Version="9.0.0" />
Expand Down

0 comments on commit c0ad1d0

Please sign in to comment.