Update package versions across multiple projects - cient apps #615
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update package versions across multiple projects
DuendeVersion
to7.0.8
inDirectory.Packages.props
MSTest.TestAdapter
to3.6.3
andMSTest.TestFramework
to3.6.3
inDirectory.Packages.props
andClientApp.UnitTests.csproj
NSubstitute
to5.3.0
inDirectory.Packages.props
Polly.Core
to8.5.0
inDirectory.Packages.props
Scalar.AspNetCore
to1.2.36
inDirectory.Packages.props
Google.Protobuf
to3.28.3
inClientApp.csproj
Microsoft.Maui
packages to9.0.0
inClientApp.csproj
,HybridApp.csproj
, andClientApp.UnitTests.csproj
CommunityToolkit.Maui
to9.1.1
inClientApp.csproj
Microsoft.Extensions
packages to9.0.0
inHybridApp.csproj
This commit ensures all projects are using the latest stable versions of their dependencies.
PR Classification
Dependency updates to ensure compatibility and stability.
PR Summary
This pull request updates various package dependencies to their latest versions.
Directory.Packages.props
: Updated versions forDuendeVersion
,MSTest.TestAdapter
,MSTest.TestFramework
,NSubstitute
,Polly.Core
, andScalar.AspNetCore
.ClientApp.csproj
: Updated versions forGoogle.Protobuf
,Microsoft.Maui.Controls
,Microsoft.Maui.Controls.Compatibility
,Microsoft.Maui.Controls.Maps
,Microsoft.Extensions.Logging.Debug
, andCommunityToolkit.Maui
.HybridApp.csproj
: Updated versions forMicrosoft.AspNetCore.Components.WebView.Maui
,Microsoft.Maui.Controls
,Microsoft.Maui.Controls.Compatibility
,Microsoft.Extensions.Http
, andMicrosoft.Extensions.Logging.Debug
.ClientApp.UnitTests.csproj
: Updated versions forMicrosoft.Maui.Controls
,Microsoft.Maui.Controls.Compatibility
,Microsoft.Maui.Controls.Maps
,MSTest.TestAdapter
, andMSTest.TestFramework
.