diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 88acb2aba..de901f08e 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,8 +3,8 @@ Ardalis.CleanArchitecture.Template ASP.NET Core Clean Architecture Solution - 8.0.0 - Steve Smith, Erik Dahl + 9.0.0-preview + Steve Smith The Clean Architecture Solution Template popularized by Steve @ardalis Smith. Provides a great starting point for modern and/or DDD solutions built with .NET 7 and C# 11. Features zero tight coupling to database or data access technology. @@ -14,18 +14,7 @@ https://github.com/ardalis/CleanArchitecture Major changes included in this release! - * Removed separate SharedKernel project - * Added reference to default Ardalis.SharedKernel package - * Added instructions on how to create and use your own SharedKernel NuGet package - * Added explicit UseCases project that depends on Core - * Expanded use of MediatR to communicate between UI and UseCases - * Included an example LoggingBehavior in MediatR pipeline - * Moved from Moq to NSubstitute for mocking in tests - * Removed all but Minimal APIs from Web project - * Using FastEndpoints for all endpoints - * Removed home page and replaced with Swagger UI - * Trimmed scope of sample code in the template - * Added separate /sample folder in GitHub repo with more detailed sample code + * Updated to dotnet 8 diff --git a/src/Clean.Architecture.Web/Clean.Architecture.Web.csproj b/src/Clean.Architecture.Web/Clean.Architecture.Web.csproj index 1c5f95b31..8ee945903 100644 --- a/src/Clean.Architecture.Web/Clean.Architecture.Web.csproj +++ b/src/Clean.Architecture.Web/Clean.Architecture.Web.csproj @@ -20,7 +20,6 @@ -