Skip to content

Commit b3e8493

Browse files
committed
Update nuspec to 9.0.0-preview
1 parent c9ca763 commit b3e8493

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

CleanArchitecture.nuspec

+3-14
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<metadata>
44
<id>Ardalis.CleanArchitecture.Template</id>
55
<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>
88
<description>
99
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.
1010
Features zero tight coupling to database or data access technology.
@@ -14,18 +14,7 @@
1414
<projectUrl>https://github.com/ardalis/CleanArchitecture</projectUrl>
1515
<releaseNotes>
1616
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
2918
</releaseNotes>
3019
<packageTypes>
3120
<packageType name="Template" />

src/Clean.Architecture.Web/Clean.Architecture.Web.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<PackageReference Include="FastEndpoints.Swagger.Swashbuckle" />
2121
<PackageReference Include="MediatR" />
2222
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="all" />
2423
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" PrivateAssets="All" />
2524
<PackageReference Include="Serilog.Sinks.ApplicationInsights" />
2625
<PackageReference Include="Serilog.AspNetCore" />

0 commit comments

Comments
 (0)