From 41ccd8c36b2df45f3894be15678601f38f76b407 Mon Sep 17 00:00:00 2001 From: Martin Ashton Date: Thu, 24 Apr 2025 14:51:50 -0400 Subject: [PATCH] Updated tests and samples to .net8 --- src/cs/bfast/Vim.BFast.Tests/Vim.BFast.Tests.csproj | 2 +- src/cs/g3d/Vim.G3d.Tests/Vim.G3d.Tests.csproj | 2 +- .../Vim.LinqArray.Tests/Vim.LinqArray.Tests.csproj | 2 +- src/cs/math3d/Vim.Math3D.Tests/Vim.Math3D.Tests.csproj | 2 +- .../Vim.Gltf.Converter.Tests.csproj | 2 +- .../Vim.JsonDigest.AzureFunction.csproj | 8 ++++---- .../Vim.JsonDigest.AzureFunction/local.settings.json | 7 +++++++ .../Vim.JsonDigest.Tests/Vim.JsonDigest.Tests.csproj | 2 +- src/cs/util/Vim.Util.Tests/Vim.Util.Tests.csproj | 2 +- src/cs/vim/Vim.Format.CodeGen/Vim.Format.CodeGen.csproj | 2 +- src/cs/vim/Vim.Format.Tests/Vim.Format.Tests.csproj | 2 +- 11 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 src/cs/samples/Vim.JsonDigest.AzureFunction/local.settings.json diff --git a/src/cs/bfast/Vim.BFast.Tests/Vim.BFast.Tests.csproj b/src/cs/bfast/Vim.BFast.Tests/Vim.BFast.Tests.csproj index 3ce7dc39..151bda11 100644 --- a/src/cs/bfast/Vim.BFast.Tests/Vim.BFast.Tests.csproj +++ b/src/cs/bfast/Vim.BFast.Tests/Vim.BFast.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false diff --git a/src/cs/g3d/Vim.G3d.Tests/Vim.G3d.Tests.csproj b/src/cs/g3d/Vim.G3d.Tests/Vim.G3d.Tests.csproj index 285c4437..ae6865d4 100644 --- a/src/cs/g3d/Vim.G3d.Tests/Vim.G3d.Tests.csproj +++ b/src/cs/g3d/Vim.G3d.Tests/Vim.G3d.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false diff --git a/src/cs/linqarray/Vim.LinqArray.Tests/Vim.LinqArray.Tests.csproj b/src/cs/linqarray/Vim.LinqArray.Tests/Vim.LinqArray.Tests.csproj index fb957c18..d16abbff 100644 --- a/src/cs/linqarray/Vim.LinqArray.Tests/Vim.LinqArray.Tests.csproj +++ b/src/cs/linqarray/Vim.LinqArray.Tests/Vim.LinqArray.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false diff --git a/src/cs/math3d/Vim.Math3D.Tests/Vim.Math3D.Tests.csproj b/src/cs/math3d/Vim.Math3D.Tests/Vim.Math3D.Tests.csproj index a6f30d42..66e64ecf 100644 --- a/src/cs/math3d/Vim.Math3D.Tests/Vim.Math3D.Tests.csproj +++ b/src/cs/math3d/Vim.Math3D.Tests/Vim.Math3D.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false diff --git a/src/cs/samples/Vim.Gltf.Converter.Tests/Vim.Gltf.Converter.Tests.csproj b/src/cs/samples/Vim.Gltf.Converter.Tests/Vim.Gltf.Converter.Tests.csproj index c5ef7142..ee04ff7f 100644 --- a/src/cs/samples/Vim.Gltf.Converter.Tests/Vim.Gltf.Converter.Tests.csproj +++ b/src/cs/samples/Vim.Gltf.Converter.Tests/Vim.Gltf.Converter.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 diff --git a/src/cs/samples/Vim.JsonDigest.AzureFunction/Vim.JsonDigest.AzureFunction.csproj b/src/cs/samples/Vim.JsonDigest.AzureFunction/Vim.JsonDigest.AzureFunction.csproj index c195e4d9..1953b963 100644 --- a/src/cs/samples/Vim.JsonDigest.AzureFunction/Vim.JsonDigest.AzureFunction.csproj +++ b/src/cs/samples/Vim.JsonDigest.AzureFunction/Vim.JsonDigest.AzureFunction.csproj @@ -1,15 +1,15 @@ - net6.0 + net8.0 v4 Exe enable enable - - - + + + diff --git a/src/cs/samples/Vim.JsonDigest.AzureFunction/local.settings.json b/src/cs/samples/Vim.JsonDigest.AzureFunction/local.settings.json new file mode 100644 index 00000000..aa72b19a --- /dev/null +++ b/src/cs/samples/Vim.JsonDigest.AzureFunction/local.settings.json @@ -0,0 +1,7 @@ +{ + "IsEncrypted": false, + "Values": { + "AzureWebJobsStorage": "UseDevelopmentStorage=true", + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" + } +} \ No newline at end of file diff --git a/src/cs/samples/Vim.JsonDigest.Tests/Vim.JsonDigest.Tests.csproj b/src/cs/samples/Vim.JsonDigest.Tests/Vim.JsonDigest.Tests.csproj index d715d82c..3d73baea 100644 --- a/src/cs/samples/Vim.JsonDigest.Tests/Vim.JsonDigest.Tests.csproj +++ b/src/cs/samples/Vim.JsonDigest.Tests/Vim.JsonDigest.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 diff --git a/src/cs/util/Vim.Util.Tests/Vim.Util.Tests.csproj b/src/cs/util/Vim.Util.Tests/Vim.Util.Tests.csproj index 8b38f884..0e938e53 100644 --- a/src/cs/util/Vim.Util.Tests/Vim.Util.Tests.csproj +++ b/src/cs/util/Vim.Util.Tests/Vim.Util.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 diff --git a/src/cs/vim/Vim.Format.CodeGen/Vim.Format.CodeGen.csproj b/src/cs/vim/Vim.Format.CodeGen/Vim.Format.CodeGen.csproj index ec673b10..80e19f14 100644 --- a/src/cs/vim/Vim.Format.CodeGen/Vim.Format.CodeGen.csproj +++ b/src/cs/vim/Vim.Format.CodeGen/Vim.Format.CodeGen.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Exe Vim.Format.CodeGen.Program diff --git a/src/cs/vim/Vim.Format.Tests/Vim.Format.Tests.csproj b/src/cs/vim/Vim.Format.Tests/Vim.Format.Tests.csproj index d26c5621..6b981707 100644 --- a/src/cs/vim/Vim.Format.Tests/Vim.Format.Tests.csproj +++ b/src/cs/vim/Vim.Format.Tests/Vim.Format.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0