Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package versions across multiple projects - cient apps #615

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

jamesmontemagno
Copy link
Member

Update package versions across multiple projects

  • 🔄 Updated DuendeVersion to 7.0.8 in Directory.Packages.props
  • 🔄 Updated MSTest.TestAdapter to 3.6.3 and MSTest.TestFramework to 3.6.3 in Directory.Packages.props and ClientApp.UnitTests.csproj
  • 🔄 Updated NSubstitute to 5.3.0 in Directory.Packages.props
  • 🔄 Updated Polly.Core to 8.5.0 in Directory.Packages.props
  • 🔄 Updated Scalar.AspNetCore to 1.2.36 in Directory.Packages.props
  • 🔄 Updated Google.Protobuf to 3.28.3 in ClientApp.csproj
  • 🔄 Updated Microsoft.Maui packages to 9.0.0 in ClientApp.csproj, HybridApp.csproj, and ClientApp.UnitTests.csproj
  • 🔄 Updated CommunityToolkit.Maui to 9.1.1 in ClientApp.csproj
  • 🔄 Updated Microsoft.Extensions packages to 9.0.0 in HybridApp.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 for DuendeVersion, MSTest.TestAdapter, MSTest.TestFramework, NSubstitute, Polly.Core, and Scalar.AspNetCore.
  • ClientApp.csproj: Updated versions for Google.Protobuf, Microsoft.Maui.Controls, Microsoft.Maui.Controls.Compatibility, Microsoft.Maui.Controls.Maps, Microsoft.Extensions.Logging.Debug, and CommunityToolkit.Maui.
  • HybridApp.csproj: Updated versions for Microsoft.AspNetCore.Components.WebView.Maui, Microsoft.Maui.Controls, Microsoft.Maui.Controls.Compatibility, Microsoft.Extensions.Http, and Microsoft.Extensions.Logging.Debug.
  • ClientApp.UnitTests.csproj: Updated versions for Microsoft.Maui.Controls, Microsoft.Maui.Controls.Compatibility, Microsoft.Maui.Controls.Maps, MSTest.TestAdapter, and MSTest.TestFramework.

* 🔄 Updated `DuendeVersion` to `7.0.8` in `Directory.Packages.props`
* 🔄 Updated `MSTest.TestAdapter` to `3.6.3` and `MSTest.TestFramework` to `3.6.3` in `Directory.Packages.props` and `ClientApp.UnitTests.csproj`
* 🔄 Updated `NSubstitute` to `5.3.0` in `Directory.Packages.props`
* 🔄 Updated `Polly.Core` to `8.5.0` in `Directory.Packages.props`
* 🔄 Updated `Scalar.AspNetCore` to `1.2.36` in `Directory.Packages.props`
* 🔄 Updated `Google.Protobuf` to `3.28.3` in `ClientApp.csproj`
* 🔄 Updated `Microsoft.Maui` packages to `9.0.0` in `ClientApp.csproj`, `HybridApp.csproj`, and `ClientApp.UnitTests.csproj`
* 🔄 Updated `CommunityToolkit.Maui` to `9.1.1` in `ClientApp.csproj`
* 🔄 Updated `Microsoft.Extensions` packages to `9.0.0` in `HybridApp.csproj`

This commit ensures all projects are using the latest stable versions of their dependencies.
@jamesmontemagno jamesmontemagno merged commit 4065e1e into main Nov 13, 2024
5 checks passed
@jamesmontemagno jamesmontemagno deleted the client-dotnet9-ga branch November 13, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants