diff --git a/build/build.fs b/build/build.fs index e7c4b15f..dd134454 100644 --- a/build/build.fs +++ b/build/build.fs @@ -59,13 +59,13 @@ let initTargets() = let csproj = """ - net6.0;net462 + net8.0;net462 latest - + - + @@ -132,4 +132,4 @@ let main argv = |> Context.setExecutionContext initTargets() Target.runOrDefaultWithArguments "TestCodeFromDocs" - 0 \ No newline at end of file + 0 diff --git a/build/build.fsproj b/build/build.fsproj index f46710b0..cb084709 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -1,4 +1,4 @@ - + net9.0 diff --git a/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj b/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj index 83d6ee65..143256ea 100644 --- a/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj +++ b/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj @@ -1,11 +1,11 @@ - + net9.0;net8.0;net462 - +