From 3a873afd22a92f541a368a809b8b54412ad7837c Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Tue, 12 Nov 2024 23:35:39 +0100 Subject: [PATCH 1/4] Update NSubstitute.Acceptance.Specs.csproj --- .../NSubstitute.Acceptance.Specs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj b/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj index af32e4a7..40a0f5d7 100644 --- a/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj +++ b/tests/NSubstitute.Acceptance.Specs/NSubstitute.Acceptance.Specs.csproj @@ -5,7 +5,7 @@ - + From c8439f9c562dd2151bbef03339593a3f6c60c636 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Tue, 12 Nov 2024 23:39:52 +0100 Subject: [PATCH 2/4] Update build.fs --- build/build.fs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/build.fs b/build/build.fs index e49e9d8c..01afbd82 100644 --- a/build/build.fs +++ b/build/build.fs @@ -157,13 +157,13 @@ let initTargets() = let csproj = """ - net6.0;net462 + net8.0;net462 latest - + - + @@ -246,4 +246,4 @@ let main argv = |> Context.setExecutionContext initTargets() Target.runOrDefaultWithArguments "Default" - 0 \ No newline at end of file + 0 From a2ccecb6acffda3bc0ac19b3819913a49c00c804 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Tue, 12 Nov 2024 23:50:42 +0100 Subject: [PATCH 3/4] Update build.fsproj --- build/build.fsproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/build.fsproj b/build/build.fsproj index 52230f9e..3b272e8a 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -14,12 +14,12 @@ - - - - - - + + + + + + From f3d692d2552028631819d097969de21f2ab0e7a1 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sat, 30 Nov 2024 17:43:45 +0100 Subject: [PATCH 4/4] Update Microsoft.NET.Test.Sdk in build.fs --- build/build.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.fs b/build/build.fs index 58f20df0..dd134454 100644 --- a/build/build.fs +++ b/build/build.fs @@ -63,7 +63,7 @@ let initTargets() = latest - +