Skip to content

Retarget OnionVsCleanArchitecture sample to .NET 10 - #2123

Open
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/120849-dotnet-differences-between-onion-architecture-and-clean-architecture
Open

Retarget OnionVsCleanArchitecture sample to .NET 10#2123
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/120849-dotnet-differences-between-onion-architecture-and-clean-architecture

Conversation

@vladimir-pecanac-main

Copy link
Copy Markdown
Collaborator

All 13 projects in the csharp-architectural-patterns/OnionVsCleanArchitecture solution move from net8.0 to net10.0.

No package changes were needed. Verified locally on SDK 10.0.302 / runtime 10.0.10:

  • dotnet build OnionVsCleanArchitecture.sln -c Release — Build succeeded, 0 Warning(s), 0 Error(s)
  • dotnet test — OnionArchitecture.PizzaStore.Tests 2/2 passed, CleanArchitecture.PizzaStore.Tests 2/2 passed

Accompanies the refresh of the article "Onion Architecture vs Clean Architecture in .NET".

All 13 projects in the OnionVsCleanArchitecture solution move from net8.0 to
net10.0. No package changes were needed: the solution builds with 0 warnings
and both test projects pass (2/2 Onion, 2/2 Clean).
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.

1 participant