From 39b0b83f6d0e97ae57c2080fc46f650bec4512e0 Mon Sep 17 00:00:00 2001 From: Bill Schulz <> Date: Mon, 4 Mar 2024 08:18:34 -0500 Subject: [PATCH] Change to netstandard2.0 to be compatible with .Net --- .../CSharpFunctionalExtensions.FluentAssertions.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj index 5f8c10c..ebb71b7 100644 --- a/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj +++ b/src/CSharpFunctionalExtensions.FluentAssertions/CSharpFunctionalExtensions.FluentAssertions.csproj @@ -1,7 +1,8 @@  - net6.0 + netstandard2.0 + latest enable This package provides a set of extensions to FluentAssertions to simplify the testing of project using CSharpFunctionalExtensions