Bumps [Microsoft.Orleans.Server](https://github.com/dotnet/orleans) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/dotnet/orleans/releases)
- [Commits](https://github.com/dotnet/orleans/compare/v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-29 13:21:33 +00:00 коммит произвёл GitHub
Родитель 741567f059
Коммит 3ea52c78cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="6.1.1583" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.1.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.1.1" />
</ItemGroup>
</Project>