From 5befa9d3fdd1ecff4c35a29e0a02ee5158e6723a Mon Sep 17 00:00:00 2001 From: krymtkts Date: Sat, 2 Dec 2023 16:58:12 +0900 Subject: [PATCH 1/2] Bump sdk version of global.json to 8.0.100. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 959782fd..869f8952 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "7.0.306" + "version": "8.0.100" } } \ No newline at end of file From 4fedc916497e7f670fc4145494a45e827311ac9c Mon Sep 17 00:00:00 2001 From: krymtkts Date: Sat, 2 Dec 2023 17:53:45 +0900 Subject: [PATCH 2/2] Bump the .NET runtime and PowerShell version in pocof.Test project to .NET 8. --- src/pocof.Test/pocof.Test.fsproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index b94cad34..0edb3d9d 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 false false @@ -28,7 +28,7 @@ all - +