Skip to content

Commit 7327292

Browse files
Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 in /samples (#244)
* Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 in /samples Bumps [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) from 7.0.10 to 7.0.11. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.10...v7.0.11) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update azure-pipelines.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Minnick <[email protected]>
1 parent faf7524 commit 7327292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
PathToCommunityToolkitSampleCsproj: 'samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj'
1212
PathToCommunityToolkitUnitTestCsproj: 'src/CommunityToolkit.Maui.Markup.UnitTests/CommunityToolkit.Maui.Markup.UnitTests.csproj'
1313
PathToCommunityToolkitSourceGeneratorsCsproj: 'src/CommunityToolkit.Maui.Markup.SourceGenerators/CommunityToolkit.Maui.Markup.SourceGenerators.csproj'
14-
XcodeVersion: '14.3.0'
14+
XcodeVersion: '14.3.1'
1515
ShouldCheckDependencies: true
1616

1717
trigger:

samples/CommunityToolkit.Maui.Markup.Sample/CommunityToolkit.Maui.Markup.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ItemGroup>
4545
<PackageReference Include="CommunityToolkit.Maui" Version="5.3.0" />
4646
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
47-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.10" />
47+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.11" />
4848
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0" />
4949
</ItemGroup>
5050

0 commit comments

Comments
 (0)