File tree 2 files changed +3
-15
lines changed
src/Clean.Architecture.Web
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >Ardalis.CleanArchitecture.Template</id >
5
5
<title >ASP.NET Core Clean Architecture Solution</title >
6
- <version >8 .0.0</version >
7
- <authors >Steve Smith, Erik Dahl </authors >
6
+ <version >9 .0.0-preview </version >
7
+ <authors >Steve Smith</authors >
8
8
<description >
9
9
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.
10
10
Features zero tight coupling to database or data access technology.
14
14
<projectUrl >https://github.com/ardalis/CleanArchitecture</projectUrl >
15
15
<releaseNotes >
16
16
Major changes included in this release!
17
- * Removed separate SharedKernel project
18
- * Added reference to default Ardalis.SharedKernel package
19
- * Added instructions on how to create and use your own SharedKernel NuGet package
20
- * Added explicit UseCases project that depends on Core
21
- * Expanded use of MediatR to communicate between UI and UseCases
22
- * Included an example LoggingBehavior in MediatR pipeline
23
- * Moved from Moq to NSubstitute for mocking in tests
24
- * Removed all but Minimal APIs from Web project
25
- * Using FastEndpoints for all endpoints
26
- * Removed home page and replaced with Swagger UI
27
- * Trimmed scope of sample code in the template
28
- * Added separate /sample folder in GitHub repo with more detailed sample code
17
+ * Updated to dotnet 8
29
18
</releaseNotes >
30
19
<packageTypes >
31
20
<packageType name =" Template" />
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" FastEndpoints.Swagger.Swashbuckle" />
21
21
<PackageReference Include =" MediatR" />
22
22
<PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" />
23
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" PrivateAssets =" all" />
24
23
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" PrivateAssets =" All" />
25
24
<PackageReference Include =" Serilog.Sinks.ApplicationInsights" />
26
25
<PackageReference Include =" Serilog.AspNetCore" />
You can’t perform that action at this time.
0 commit comments