diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj
index b197147..b4909e1 100644
--- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj
+++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj
@@ -7,10 +7,14 @@
Adds ASP.NET Core filters that translate from Result to ActionResult.
result pattern web api aspnetcore mvc
- * BREAKING: closes #161 Auto-Evaluation of the Status property when Errors or ValidationErrors are added to the result. by @Ewerton in https://github.com/ardalis/Result/pull/162
+ * BREAKING Expose ValidationErrors as IEnumerable to Prevent Side Effects by @KyleMcMaster in https://github.com/ardalis/Result/pull/169
+ * Add Created.Result by @hectorrhg in https://github.com/ardalis/Result/pull/177
+ * Add Result.NoContent support (HTTP 204) by @dadyarri in https://github.com/ardalis/Result/pull/178
+ * Fix 179 by @ardalis in https://github.com/ardalis/Result/pull/180
+ * Update Error usage to utilize ErrorList record with ErrorMessages and CorrelationId by @KyleMcMaster in https://github.com/ardalis/Result/pull/173
Ardalis.Result.AspNetCore
- 8.0.0
+ 9.0.0
$(NetCoreFrameworks)
diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj
index 4cbca10..e3542f9 100644
--- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj
+++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj
@@ -6,9 +6,9 @@
A simple package to implement the FluentValidation in Result package.
A simple package to implement the FluentValidation in Result package.
result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation
- PR 132. Add Result.Conflict
+ Updating to sync with Ardalis.Result 9.0.0
Ardalis.Result.FluentValidation
- 7.2.0
+ 9.0.0