Skip to content

Commit

Permalink
chore(deps): update microsoft to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2025
1 parent 94b1bee commit 1840029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/EventGridEmulator.Tests/EventGridEmulator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid.Namespaces" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
6 changes: 3 additions & 3 deletions src/EventGridEmulator/EventGridEmulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.29.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.12" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 1840029

Please sign in to comment.