Skip to content

Conversation

@BoBoBaSs84
Copy link
Contributor

💡 What is the current behavior?

GitHub Issue Number: #168

🆕 What is the new behavior?

This change introduces and updates the Directory.Packages.props file to centrally manage NuGet package versions for the solution. The following packages are now managed centrally:

  • Microsoft.AspNetCore.Components.Web (v8.0.20)
  • Microsoft.NET.Test.Sdk (v17.14.1)
  • bunit (v1.40.0)
  • coverlet.collector (v6.0.4)
  • Moq (v4.20.72)
  • Newtonsoft.Json (v13.0.4)
  • xunit (v2.9.3)
  • xunit.runner.visualstudio (v3.1.4)

The property <ManagePackageVersionsCentrally> is set to true, enabling central management of package versions across all projects in the repository.

🏁 Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • 🦮 Accessibility (a11y) features were implemented
  • 🗺️ Internationalization (i18n) - no hard coded strings
  • 📲 Responsiveness - components handle viewport changes and content overflow gracefully
  • 📄 Documentation was reviewed/updated
  • 🧪 Unit tests were added/updated and pass (dotnet test)
  • 🏗️ Successful compilation (dotnet build, changes pushed)

👨‍💻 Help & support

Maybe, not yet.

…ory.Packages.props`

This change introduces and updates the `Directory.Packages.props` file to centrally manage NuGet package versions for the solution. The following packages are now managed centrally:

- Microsoft.AspNetCore.Components.Web (v8.0.20)
- Microsoft.NET.Test.Sdk (v17.14.1)
- bunit (v1.40.0)
- coverlet.collector (v6.0.4)
- Moq (v4.20.72)
- Newtonsoft.Json (v13.0.4)
- xunit (v2.9.3)
- xunit.runner.visualstudio (v3.1.4)

The property `<ManagePackageVersionsCentrally>` is set to true, enabling central management of package versions across all projects in the repository.
@emncnozge emncnozge merged commit 71919e2 into siemens:master Nov 27, 2025
1 check passed
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