Skip to content

Commit

Permalink
Bump the dapr group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dapr group with 2 updates: [Dapr.Client](https://github.com/dapr/dotnet-sdk) and [Dapr.AspNetCore](https://github.com/dapr/dotnet-sdk).


Updates `Dapr.Client` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/dapr/dotnet-sdk/releases)
- [Commits](dapr/dotnet-sdk@v1.12.0...v1.13.0)

Updates `Dapr.AspNetCore` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/dapr/dotnet-sdk/releases)
- [Commits](dapr/dotnet-sdk@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: Dapr.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dapr
- dependency-name: Dapr.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dapr
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 1dbe05f commit 8a1b4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.12.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.13.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.59.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.12.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.13.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.13" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
Expand Down

0 comments on commit 8a1b4ef

Please sign in to comment.