From b35cf2ac4e569f620564e4f55d1a6b0f53e7567e Mon Sep 17 00:00:00 2001 From: Romfos Date: Sun, 4 Feb 2024 01:53:11 +0100 Subject: [PATCH 1/3] Update build project to .net 8 --- build/build.fsproj | 10 ++++------ build/build.sln | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 build/build.sln diff --git a/build/build.fsproj b/build/build.fsproj index 55c2cf68..dd8eac22 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Exe buildOutput @@ -14,11 +14,9 @@ - - - - - + + + diff --git a/build/build.sln b/build/build.sln new file mode 100644 index 00000000..959424d8 --- /dev/null +++ b/build/build.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34525.116 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "build", "build.fsproj", "{80930547-418C-49D9-9966-2A578389957C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {80930547-418C-49D9-9966-2A578389957C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {80930547-418C-49D9-9966-2A578389957C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {80930547-418C-49D9-9966-2A578389957C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {80930547-418C-49D9-9966-2A578389957C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {60C493F8-CB37-405C-8D66-8A05D7537755} + EndGlobalSection +EndGlobal From 3f01b3bf24a5824bb11b9c4f60adba8ac2ba7876 Mon Sep 17 00:00:00 2001 From: Romfos Date: Mon, 4 Mar 2024 23:37:12 +0100 Subject: [PATCH 2/3] Update MSBuild.StructuredLogger --- build/build.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.fsproj b/build/build.fsproj index dd8eac22..8db4accd 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -16,7 +16,7 @@ - + From 579ffdbfaf82aa0dd2a1f3f68ca43039753a146e Mon Sep 17 00:00:00 2001 From: Romfos Date: Sat, 20 Apr 2024 12:16:15 +0200 Subject: [PATCH 3/3] Update nuget packages --- build/build.fsproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.fsproj b/build/build.fsproj index 8db4accd..52230f9e 100644 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -14,9 +14,9 @@ - - - + + +