Skip to content

Commit

Permalink
chore: update dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabynevada authored Jan 10, 2025
1 parent 3c013b3 commit e70d872
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/SimpleReportServer/SimpleReportServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/BlazorReports.Client/BlazorReports.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.8"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/BlazorReports.Viewer/BlazorReports.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BlazorMonaco" Version="3.2.0" />
<PackageReference Include="BlazorMonaco" Version="3.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.*" />
</ItemGroup>

Expand Down

0 comments on commit e70d872

Please # to comment.