Skip to content

Commit

Permalink
Bump Dapr.AspNetCore from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [Dapr.AspNetCore](https://github.com/dapr/dotnet-sdk) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/dapr/dotnet-sdk/releases)
- [Commits](dapr/dotnet-sdk@v1.10.0...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 07ae262 commit 5c9cbcf
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.10.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.11.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.57.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.57.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.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.10.0" />
<PackageReference Include="Dapr.AspNetCore" Version="1.11.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.57.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
Expand Down

0 comments on commit 5c9cbcf

Please sign in to comment.