diff --git a/src/FluentResults.Extensions.AspNetCore/FluentResults.Extensions.AspNetCore.csproj b/src/FluentResults.Extensions.AspNetCore/FluentResults.Extensions.AspNetCore.csproj
index 720bab7..350aa25 100644
--- a/src/FluentResults.Extensions.AspNetCore/FluentResults.Extensions.AspNetCore.csproj
+++ b/src/FluentResults.Extensions.AspNetCore/FluentResults.Extensions.AspNetCore.csproj
@@ -3,15 +3,16 @@
netstandard2.0;netstandard2.1;net8.0;net9.0
FluentResults.Extensions.AspNetCore
- 0.2.0.0
+ 0.2.1.0
Michael Altmann
FluentResult Asp.Net Core integration
false
MIT
- - CHANGED Microsoft.AspNetCore.Mvc.Core update to 2.3.0 (2.2.5 is deprecated) #233
+ - CHANGED Microsoft.AspNetCore.Mvc.Core update to 2.3.0 (2.2.5 is deprecated) #233
+ - CHANGED Microsoft.AspNetCore.Mvc.Core package reference to Microsoft.AspNetCore.App framework reference for .NET8 and .NET9 #238
- Copyright 2025 (c) Michael Altmann. All rights reserved.
+ Copyright 2022 (c) Michael Altmann. All rights reserved.
Result Results exception error handling FluentResults
https://github.com/altmann/FluentResults
https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png
@@ -24,9 +25,20 @@
snupkg
false
-
+
+
+ $([MSBuild]::VersionGreaterThanOrEquals('$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))','8.0'))
+
+
+
+
+
+
+
+
+
diff --git a/src/FluentResults/FluentResults.csproj b/src/FluentResults/FluentResults.csproj
index ec1b79b..8a65721 100644
--- a/src/FluentResults/FluentResults.csproj
+++ b/src/FluentResults/FluentResults.csproj
@@ -2,22 +2,23 @@
netstandard2.0;netstandard2.1;net8.0;net9.0
FluentResults
- 4.0.0.0
+ 4.0.1.0
Michael Altmann
A lightweight Result object implementation for .NET
false
MIT
- - CHANGED Introduce ReadOnlyList type #164
- - CHANGED Deconstruct operators (BREAKING CHANGE) #217
- - CHANGED Calling Fail methods with an empty error list throws exception #227
+ - CHANGED Introduce ReadOnlyList type #164
+ - CHANGED Deconstruct operators (BREAKING CHANGE) #217
+ - CHANGED Calling Fail methods with an empty error list throws exception #227
- ADDED FailIf methods accepting a collection of errors #213
- ADDED Enumerable support for Merge #215
- ADDED OrFailIf method #221
- - ADDED .NET8 and .NET9 support
+ - ADDED .NET8 and .NET9 support
- FIXED readme #225 #228 #229 #230
-
- Copyright 2025 (c) Michael Altmann. All rights reserved.
+ - FIXED PackageReferences for .NET8 and .NET9 #238
+
+ Copyright 2024 (c) Michael Altmann. All rights reserved.
Result Results exception error handling
https://github.com/altmann/FluentResults
https://raw.githubusercontent.com/altmann/FluentResults/master/resources/icons/FluentResults-Icon-128.png
@@ -33,6 +34,10 @@
true
+
+ $([MSBuild]::VersionGreaterThanOrEquals('$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))','8.0'))
+
+
@@ -42,8 +47,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file