From b54ea97c6713d40bf76fabad1ce3ec2d1ecf2138 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 20 Oct 2023 19:14:18 -0700 Subject: [PATCH] net8.0 --- .gitignore | 2 +- .vscode/launch.json | 40 +++++++++---------- BlurHash.Core/BlurHash.Core.csproj | 3 +- .../BlurHash.System.Drawing.Common.csproj | 3 +- BlurHash/BlurHash.csproj | 6 +-- Compare/.vscode/launch.json | 2 +- Compare/Compare.csproj | 10 ++--- Copy-Distinct/Copy-Distinct.csproj | 5 +-- Date-Group/.vscode/launch.json | 2 +- Date-Group/Date-Group.csproj | 12 +++--- Delete-By-Distinct/.vscode/launch.json | 2 +- Delete-By-Distinct/Delete-By-Distinct.csproj | 12 +++--- Delete-By-Relative/.vscode/launch.json | 2 +- Delete-By-Relative/Delete-By-Relative.csproj | 12 +++--- Distance/Distance.csproj | 8 ++-- Drag-Drop-Explorer/.vscode/launch.json | 2 +- Drag-Drop-Explorer/Drag-Drop-Explorer.csproj | 3 +- Drag-Drop-Move/.vscode/launch.json | 2 +- Drag-Drop-Move/Drag-Drop-Move.csproj | 3 +- Drag-Drop-Search/.vscode/launch.json | 2 +- Drag-Drop-Search/Drag-Drop-Search.csproj | 3 +- .../.vscode/launch.json | 2 +- .../Drag-Drop-Set-Property-Item.csproj | 3 +- Duplicate-Search/.vscode/launch.json | 2 +- Duplicate-Search/Duplicate-Search.csproj | 10 ++--- Face/Face.csproj | 6 +-- FaceParts/FaceParts.csproj | 6 +-- .../FaceRecognitionDotNet.csproj | 4 +- Instance/.vscode/launch.json | 2 +- Instance/Instance.csproj | 14 +++---- Map/Map.csproj | 8 ++-- Metadata-Query/Metadata-Query.csproj | 9 ++--- Metadata/Metadata.csproj | 8 ++-- Mirror-Length/Mirror-Length.csproj | 9 ++--- Move-By-Id/.vscode/launch.json | 2 +- Move-By-Id/Move-By-Id.csproj | 5 +-- .../Offset-Date-Time-Original.csproj | 9 ++--- PhotoPrism/PhotoPrism.csproj | 8 ++-- PrepareForOld/.vscode/launch.json | 2 +- PrepareForOld/PrepareForOld.csproj | 12 +++--- Property-Compare/Property-Compare.csproj | 6 +-- Property/Property.csproj | 8 ++-- Rename/.vscode/launch.json | 2 +- Rename/Rename.csproj | 7 ++-- Resize/Resize.csproj | 8 ++-- Set-Created-Date/Set-Created-Date.csproj | 5 +-- Shared/View-by-Distance.Shared.csproj | 6 +-- Tests/Tests.csproj | 10 ++--- .../TestsWithFaceRecognitionDotNet.csproj | 10 ++--- ThumbHash/ThumbHash.csproj | 8 ++-- 50 files changed, 157 insertions(+), 170 deletions(-) diff --git a/.gitignore b/.gitignore index bb49e7d..5449c42 100644 --- a/.gitignore +++ b/.gitignore @@ -467,4 +467,4 @@ globalStorage/ [Ll]ib/ -Shared/.kanbn \ No newline at end of file +Shared/.kanbn diff --git a/.vscode/launch.json b/.vscode/launch.json index 93521fb..f67cb06 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Compare/bin/Debug/net7.0/win-x64/Compare.dll", + "program": "${workspaceFolder}/Compare/bin/Debug/net8.0/win-x64/Compare.dll", "args": [ "s" ], @@ -28,7 +28,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Copy-Distinct/bin/Debug/net7.0/win-x64/Copy-Distinct.dll", + "program": "${workspaceFolder}/Copy-Distinct/bin/Debug/net8.0/win-x64/Copy-Distinct.dll", "args": [], "env": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -43,7 +43,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Duplicate-Search/bin/Debug/net7.0/win-x64/Duplicate-Search.dll", + "program": "${workspaceFolder}/Duplicate-Search/bin/Debug/net8.0/win-x64/Duplicate-Search.dll", "args": [ "s" ], @@ -60,7 +60,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Date-Group/bin/Debug/net7.0/win-x64/Date-Group.dll", + "program": "${workspaceFolder}/Date-Group/bin/Debug/net8.0/win-x64/Date-Group.dll", "args": [ "s" ], @@ -77,7 +77,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Delete-By-Distinct/bin/Debug/net7.0/win-x64/Delete-By-Distinct.dll", + "program": "${workspaceFolder}/Delete-By-Distinct/bin/Debug/net8.0/win-x64/Delete-By-Distinct.dll", "args": [ "s" ], @@ -94,7 +94,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Delete-By-Relative/bin/Debug/net7.0/win-x64/Delete-By-Relative.dll", + "program": "${workspaceFolder}/Delete-By-Relative/bin/Debug/net8.0/win-x64/Delete-By-Relative.dll", "args": [ "s" ], @@ -111,7 +111,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Drag-Drop/bin/Debug/net7.0-windows/win-x64/Drag-Drop.dll", + "program": "${workspaceFolder}/Drag-Drop/bin/Debug/net8.0-windows/win-x64/Drag-Drop.dll", "args": [ "s" ], @@ -128,7 +128,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Drag-Drop-Explorer/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Explorer.dll", + "program": "${workspaceFolder}/Drag-Drop-Explorer/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Explorer.dll", "args": [ "s" ], @@ -145,7 +145,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Drag-Drop-Move/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Move.dll", + "program": "${workspaceFolder}/Drag-Drop-Move/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Move.dll", "args": [ "s" ], @@ -162,7 +162,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Drag-Drop-Set-Property-Item/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Set-Property-Item.dll", + "program": "${workspaceFolder}/Drag-Drop-Set-Property-Item/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Set-Property-Item.dll", "args": [ "s" ], @@ -179,7 +179,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Instance/bin/Debug/net7.0/win-x64/Instance.dll", + "program": "${workspaceFolder}/Instance/bin/Debug/net8.0/win-x64/Instance.dll", "args": [ "s" ], @@ -196,7 +196,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Mirror-Length/bin/Debug/net7.0/win-x64/Mirror-Length.dll", + "program": "${workspaceFolder}/Mirror-Length/bin/Debug/net8.0/win-x64/Mirror-Length.dll", "args": [], "env": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -211,7 +211,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Metadata-Query/bin/Debug/net7.0/win-x64/Metadata-Query.dll", + "program": "${workspaceFolder}/Metadata-Query/bin/Debug/net8.0/win-x64/Metadata-Query.dll", "args": [ "s" ], @@ -228,7 +228,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Move-By-Id/bin/Debug/net7.0/win-x64/Move-By-Id.dll", + "program": "${workspaceFolder}/Move-By-Id/bin/Debug/net8.0/win-x64/Move-By-Id.dll", "args": [ "s" ], @@ -245,7 +245,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Not-Copy-Copy/bin/Debug/net7.0/win-x64/Not-Copy-Copy.dll", + "program": "${workspaceFolder}/Not-Copy-Copy/bin/Debug/net8.0/win-x64/Not-Copy-Copy.dll", "args": [ "s" ], @@ -262,7 +262,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Offset-Date-Time-Original/bin/Debug/net7.0/win-x64/Offset-Date-Time-Original.dll", + "program": "${workspaceFolder}/Offset-Date-Time-Original/bin/Debug/net8.0/win-x64/Offset-Date-Time-Original.dll", "args": [ "s" ], @@ -279,7 +279,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/PrepareForOld/bin/Debug/net7.0/win-x64/PrepareForOld.dll", + "program": "${workspaceFolder}/PrepareForOld/bin/Debug/net8.0/win-x64/PrepareForOld.dll", "args": [ "s" ], @@ -296,7 +296,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Person/bin/Debug/net7.0/Person.dll", + "program": "${workspaceFolder}/Person/bin/Debug/net8.0/Person.dll", "args": [ "s" ], @@ -313,7 +313,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Rename/bin/Debug/net7.0/win-x64/Rename.dll", + "program": "${workspaceFolder}/Rename/bin/Debug/net8.0/win-x64/Rename.dll", "args": [ "s" ], @@ -330,7 +330,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build", - "program": "${workspaceFolder}/Set-Created-Date/bin/Debug/net7.0/win-x64/Set-Created-Date.dll", + "program": "${workspaceFolder}/Set-Created-Date/bin/Debug/net8.0/win-x64/Set-Created-Date.dll", "args": [ "s" ], diff --git a/BlurHash.Core/BlurHash.Core.csproj b/BlurHash.Core/BlurHash.Core.csproj index d748b97..4d0e21e 100644 --- a/BlurHash.Core/BlurHash.Core.csproj +++ b/BlurHash.Core/BlurHash.Core.csproj @@ -1,11 +1,10 @@ enable - 10.0 enable library win-x64 - net7.0 + net8.0 BlurHash.Core diff --git a/BlurHash.System.Drawing.Common/BlurHash.System.Drawing.Common.csproj b/BlurHash.System.Drawing.Common/BlurHash.System.Drawing.Common.csproj index 5faa244..d33e752 100644 --- a/BlurHash.System.Drawing.Common/BlurHash.System.Drawing.Common.csproj +++ b/BlurHash.System.Drawing.Common/BlurHash.System.Drawing.Common.csproj @@ -1,11 +1,10 @@ enable - 10.0 enable library win-x64 - net7.0 + net8.0 true diff --git a/BlurHash/BlurHash.csproj b/BlurHash/BlurHash.csproj index c46e5a4..bab39b2 100644 --- a/BlurHash/BlurHash.csproj +++ b/BlurHash/BlurHash.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.BlurHash false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,7 +34,7 @@ - + diff --git a/Compare/.vscode/launch.json b/Compare/.vscode/launch.json index 9c35c41..09f7c92 100644 --- a/Compare/.vscode/launch.json +++ b/Compare/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Compare.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Compare.dll", "args": [ "s" ], diff --git a/Compare/Compare.csproj b/Compare/Compare.csproj index d089531..32b840c 100644 --- a/Compare/Compare.csproj +++ b/Compare/Compare.csproj @@ -4,12 +4,12 @@ enable Exe win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Compare false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,13 +34,13 @@ - - + + - + diff --git a/Copy-Distinct/Copy-Distinct.csproj b/Copy-Distinct/Copy-Distinct.csproj index 95ff485..014910c 100644 --- a/Copy-Distinct/Copy-Distinct.csproj +++ b/Copy-Distinct/Copy-Distinct.csproj @@ -1,17 +1,16 @@  enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 d862524f-2b48-4f47-b4c3-5a8615814ec2 Phares.View.by.Distance.Copy.Distinct false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true diff --git a/Date-Group/.vscode/launch.json b/Date-Group/.vscode/launch.json index cd224aa..bacad87 100644 --- a/Date-Group/.vscode/launch.json +++ b/Date-Group/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Date-Group.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Date-Group.dll", "args": [], "env": { "ASPNETCORE_ENVIRONMENT": "Development", diff --git a/Date-Group/Date-Group.csproj b/Date-Group/Date-Group.csproj index 1ee6194..07be1b9 100644 --- a/Date-Group/Date-Group.csproj +++ b/Date-Group/Date-Group.csproj @@ -4,13 +4,13 @@ enable Exe win-x64 - net7.0 + net8.0 8004d966-1a9e-4545-a220-83f32b6a13e9 Phares.View.by.Distance.Date.Group false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,15 +34,15 @@ - + - + - + - + diff --git a/Delete-By-Distinct/.vscode/launch.json b/Delete-By-Distinct/.vscode/launch.json index 6df0522..da9f29a 100644 --- a/Delete-By-Distinct/.vscode/launch.json +++ b/Delete-By-Distinct/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Delete-By-Distinct.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Delete-By-Distinct.dll", "args": [], "env": { "ASPNETCORE_ENVIRONMENT": "Development", diff --git a/Delete-By-Distinct/Delete-By-Distinct.csproj b/Delete-By-Distinct/Delete-By-Distinct.csproj index 46d880a..00c5178 100644 --- a/Delete-By-Distinct/Delete-By-Distinct.csproj +++ b/Delete-By-Distinct/Delete-By-Distinct.csproj @@ -1,16 +1,16 @@ - + enable enable Exe win-x64 - net7.0 + net8.0 0589ecff-b296-48be-a3f7-7bf27f453975 Phares.View.by.Distance.Delete.By.Distinct false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -35,13 +35,13 @@ - - + + - + diff --git a/Delete-By-Relative/.vscode/launch.json b/Delete-By-Relative/.vscode/launch.json index 8f19010..93c2185 100644 --- a/Delete-By-Relative/.vscode/launch.json +++ b/Delete-By-Relative/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Delete-By-Relative.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Delete-By-Relative.dll", "args": [ "s" ], diff --git a/Delete-By-Relative/Delete-By-Relative.csproj b/Delete-By-Relative/Delete-By-Relative.csproj index 446129d..2787206 100644 --- a/Delete-By-Relative/Delete-By-Relative.csproj +++ b/Delete-By-Relative/Delete-By-Relative.csproj @@ -1,16 +1,16 @@ - + enable enable Exe win-x64 - net7.0 + net8.0 ead2e5ee-5f40-4151-bdb6-31d630d94f28 Phares.View.by.Distance.Delete.By.Relative false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -35,13 +35,13 @@ - - + + - + diff --git a/Distance/Distance.csproj b/Distance/Distance.csproj index 6e467c3..b011c2a 100644 --- a/Distance/Distance.csproj +++ b/Distance/Distance.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Distance false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,9 +34,9 @@ - + - + diff --git a/Drag-Drop-Explorer/.vscode/launch.json b/Drag-Drop-Explorer/.vscode/launch.json index de44254..d23e242 100644 --- a/Drag-Drop-Explorer/.vscode/launch.json +++ b/Drag-Drop-Explorer/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Explorer.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Explorer.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Drag-Drop-Explorer/Drag-Drop-Explorer.csproj b/Drag-Drop-Explorer/Drag-Drop-Explorer.csproj index ec28da6..42ce112 100644 --- a/Drag-Drop-Explorer/Drag-Drop-Explorer.csproj +++ b/Drag-Drop-Explorer/Drag-Drop-Explorer.csproj @@ -1,11 +1,10 @@ enable - 10.0 enable WinExe win-x64 - net7.0-windows + net8.0-windows true diff --git a/Drag-Drop-Move/.vscode/launch.json b/Drag-Drop-Move/.vscode/launch.json index de44254..d23e242 100644 --- a/Drag-Drop-Move/.vscode/launch.json +++ b/Drag-Drop-Move/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Explorer.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Explorer.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Drag-Drop-Move/Drag-Drop-Move.csproj b/Drag-Drop-Move/Drag-Drop-Move.csproj index 7cf0795..4a6e068 100644 --- a/Drag-Drop-Move/Drag-Drop-Move.csproj +++ b/Drag-Drop-Move/Drag-Drop-Move.csproj @@ -1,11 +1,10 @@ enable - 10.0 enable WinExe win-x64 - net7.0-windows + net8.0-windows true diff --git a/Drag-Drop-Search/.vscode/launch.json b/Drag-Drop-Search/.vscode/launch.json index 9b56686..e2d15e2 100644 --- a/Drag-Drop-Search/.vscode/launch.json +++ b/Drag-Drop-Search/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Search.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Search.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Drag-Drop-Search/Drag-Drop-Search.csproj b/Drag-Drop-Search/Drag-Drop-Search.csproj index bfb6b1e..c39b8ff 100644 --- a/Drag-Drop-Search/Drag-Drop-Search.csproj +++ b/Drag-Drop-Search/Drag-Drop-Search.csproj @@ -1,11 +1,10 @@  enable - 10.0 enable WinExe win-x64 - net7.0-windows + net8.0-windows true 7b153e3d-672b-4f7a-888a-cb31645a2439 diff --git a/Drag-Drop-Set-Property-Item/.vscode/launch.json b/Drag-Drop-Set-Property-Item/.vscode/launch.json index de44254..d23e242 100644 --- a/Drag-Drop-Set-Property-Item/.vscode/launch.json +++ b/Drag-Drop-Set-Property-Item/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Explorer.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0-windows/win-x64/Drag-Drop-Explorer.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Drag-Drop-Set-Property-Item/Drag-Drop-Set-Property-Item.csproj b/Drag-Drop-Set-Property-Item/Drag-Drop-Set-Property-Item.csproj index 89fc539..1f1d22d 100644 --- a/Drag-Drop-Set-Property-Item/Drag-Drop-Set-Property-Item.csproj +++ b/Drag-Drop-Set-Property-Item/Drag-Drop-Set-Property-Item.csproj @@ -1,11 +1,10 @@  enable - 10.0 enable WinExe win-x64 - net7.0-windows + net8.0-windows true c64a15ed-0ba3-4378-8f80-0c19d0531747 diff --git a/Duplicate-Search/.vscode/launch.json b/Duplicate-Search/.vscode/launch.json index f97bf52..ce8327e 100644 --- a/Duplicate-Search/.vscode/launch.json +++ b/Duplicate-Search/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Duplicate-Search.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Duplicate-Search.dll", "args": [ "s" ], diff --git a/Duplicate-Search/Duplicate-Search.csproj b/Duplicate-Search/Duplicate-Search.csproj index bc9dc37..d8efe33 100644 --- a/Duplicate-Search/Duplicate-Search.csproj +++ b/Duplicate-Search/Duplicate-Search.csproj @@ -4,12 +4,12 @@ enable Exe win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Duplicate-Search false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,13 +34,13 @@ - - + + - + diff --git a/Face/Face.csproj b/Face/Face.csproj index 57422ef..d9edb55 100644 --- a/Face/Face.csproj +++ b/Face/Face.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Face false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -33,7 +33,7 @@ - + diff --git a/FaceParts/FaceParts.csproj b/FaceParts/FaceParts.csproj index c77b5ac..051451e 100644 --- a/FaceParts/FaceParts.csproj +++ b/FaceParts/FaceParts.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.FaceParts false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -33,7 +33,7 @@ - + diff --git a/FaceRecognitionDotNet/FaceRecognitionDotNet.csproj b/FaceRecognitionDotNet/FaceRecognitionDotNet.csproj index 0433b6e..99138da 100644 --- a/FaceRecognitionDotNet/FaceRecognitionDotNet.csproj +++ b/FaceRecognitionDotNet/FaceRecognitionDotNet.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.FaceRecognitionDotNet false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true diff --git a/Instance/.vscode/launch.json b/Instance/.vscode/launch.json index 6cede9d..f610da3 100644 --- a/Instance/.vscode/launch.json +++ b/Instance/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/x64/Debug/net7.0/win-x64/Instance.dll", + "program": "${workspaceFolder}/bin/x64/Debug/net8.0/win-x64/Instance.dll", "args": [ "s" ], diff --git a/Instance/Instance.csproj b/Instance/Instance.csproj index fc83a84..58009b4 100644 --- a/Instance/Instance.csproj +++ b/Instance/Instance.csproj @@ -1,16 +1,16 @@ - + enable enable Exe win-x64 - net7.0 + net8.0 2999dda1-5329-4d9f-9d68-cccfabe0e47f Phares.View.by.Distance.Instance false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,13 +34,13 @@ - + - + - - + + diff --git a/Map/Map.csproj b/Map/Map.csproj index 112a3f8..c5ab91e 100644 --- a/Map/Map.csproj +++ b/Map/Map.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Map false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,10 +34,10 @@ - + - + diff --git a/Metadata-Query/Metadata-Query.csproj b/Metadata-Query/Metadata-Query.csproj index 7983b5c..3620f5f 100644 --- a/Metadata-Query/Metadata-Query.csproj +++ b/Metadata-Query/Metadata-Query.csproj @@ -1,17 +1,16 @@ - + enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 f89b7242-dbb0-4349-b950-657eb8cf87ef Phares.View.by.Distance.Metadata.Query false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -39,7 +38,7 @@ - + diff --git a/Metadata/Metadata.csproj b/Metadata/Metadata.csproj index 7378753..b165c56 100644 --- a/Metadata/Metadata.csproj +++ b/Metadata/Metadata.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Metadata false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -33,8 +33,8 @@ - - + + diff --git a/Mirror-Length/Mirror-Length.csproj b/Mirror-Length/Mirror-Length.csproj index 88e6d75..ad95dfc 100644 --- a/Mirror-Length/Mirror-Length.csproj +++ b/Mirror-Length/Mirror-Length.csproj @@ -1,17 +1,16 @@ - + enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 fa06c6db-0226-42ca-8728-68b1e336184d Phares.View.by.Distance.Mirror.Length false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -39,7 +38,7 @@ - + diff --git a/Move-By-Id/.vscode/launch.json b/Move-By-Id/.vscode/launch.json index 5c7c6b4..75a9f38 100644 --- a/Move-By-Id/.vscode/launch.json +++ b/Move-By-Id/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Rename.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Rename.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Move-By-Id/Move-By-Id.csproj b/Move-By-Id/Move-By-Id.csproj index f8ca9a7..7f2e95d 100644 --- a/Move-By-Id/Move-By-Id.csproj +++ b/Move-By-Id/Move-By-Id.csproj @@ -1,17 +1,16 @@  enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 ce31220e-ef92-4e68-89c5-91b027a94dca Phares.View.by.Distance.Move.By.Id false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true diff --git a/Offset-Date-Time-Original/Offset-Date-Time-Original.csproj b/Offset-Date-Time-Original/Offset-Date-Time-Original.csproj index a936b3e..454a128 100644 --- a/Offset-Date-Time-Original/Offset-Date-Time-Original.csproj +++ b/Offset-Date-Time-Original/Offset-Date-Time-Original.csproj @@ -1,17 +1,16 @@ - + enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 ae069946-d0c0-4e4f-94f6-9c526e4ae4e7 Phares.View.by.Distance.Offset.Date.Time.Original false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -39,7 +38,7 @@ - + diff --git a/PhotoPrism/PhotoPrism.csproj b/PhotoPrism/PhotoPrism.csproj index 6669c96..99aa6dc 100644 --- a/PhotoPrism/PhotoPrism.csproj +++ b/PhotoPrism/PhotoPrism.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.PhotoPrism false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,10 +34,10 @@ - + - + diff --git a/PrepareForOld/.vscode/launch.json b/PrepareForOld/.vscode/launch.json index e3b7701..18031da 100644 --- a/PrepareForOld/.vscode/launch.json +++ b/PrepareForOld/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/PrepareForOld.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/PrepareForOld.dll", "args": [], "env": { "ASPNETCORE_ENVIRONMENT": "Development", diff --git a/PrepareForOld/PrepareForOld.csproj b/PrepareForOld/PrepareForOld.csproj index 604f8c1..5e86c70 100644 --- a/PrepareForOld/PrepareForOld.csproj +++ b/PrepareForOld/PrepareForOld.csproj @@ -4,12 +4,12 @@ enable Exe win-x64 - net7.0 + net8.0 Phares.View.by.Distance.PrepareForOld false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -36,10 +36,10 @@ - - - - + + + + diff --git a/Property-Compare/Property-Compare.csproj b/Property-Compare/Property-Compare.csproj index fdbe938..a1678a7 100644 --- a/Property-Compare/Property-Compare.csproj +++ b/Property-Compare/Property-Compare.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Property.Compare false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -35,7 +35,7 @@ - + diff --git a/Property/Property.csproj b/Property/Property.csproj index dc6e2a4..d7801d5 100644 --- a/Property/Property.csproj +++ b/Property/Property.csproj @@ -4,12 +4,12 @@ enable library win-x64;linux-x64 - net7.0 + net8.0 Phares.View.by.Distance.Property false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -39,11 +39,11 @@ - + - + diff --git a/Rename/.vscode/launch.json b/Rename/.vscode/launch.json index 5c7c6b4..75a9f38 100644 --- a/Rename/.vscode/launch.json +++ b/Rename/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/net7.0/win-x64/Rename.dll", + "program": "${workspaceFolder}/bin/Debug/net8.0/win-x64/Rename.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/Rename/Rename.csproj b/Rename/Rename.csproj index ba571bf..c501bfe 100644 --- a/Rename/Rename.csproj +++ b/Rename/Rename.csproj @@ -1,17 +1,16 @@ enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 6e026d2f-9edf-4c6c-a042-162758114e9a Phares.View.by.Distance.Rename false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -35,7 +34,7 @@ - + diff --git a/Resize/Resize.csproj b/Resize/Resize.csproj index bc187ce..f884092 100644 --- a/Resize/Resize.csproj +++ b/Resize/Resize.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.Resize false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -33,9 +33,9 @@ - + - + diff --git a/Set-Created-Date/Set-Created-Date.csproj b/Set-Created-Date/Set-Created-Date.csproj index b5f7af4..a77d7e0 100644 --- a/Set-Created-Date/Set-Created-Date.csproj +++ b/Set-Created-Date/Set-Created-Date.csproj @@ -1,17 +1,16 @@  enable - 10.0 enable Exe win-x64 - net7.0 + net8.0 b3bbcc69-1439-4e86-9bbf-75c8e8839cc0 Phares.View.by.Distance.Set.Created.Date false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true diff --git a/Shared/View-by-Distance.Shared.csproj b/Shared/View-by-Distance.Shared.csproj index 06afcf5..8ed7d45 100644 --- a/Shared/View-by-Distance.Shared.csproj +++ b/Shared/View-by-Distance.Shared.csproj @@ -4,12 +4,12 @@ 11.0 enable win-x64;linux-x64 - net7.0 + net8.0 Phares.View.by.Distance.Shared false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -34,6 +34,6 @@ - + \ No newline at end of file diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 528cf27..40c760f 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,10 +1,10 @@ - + enable false enable win-x64 - net7.0 + net8.0 e8c3d25d-9715-4b35-9010-1cdc74840190 @@ -32,9 +32,9 @@ - - - + + + diff --git a/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj b/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj index 1452761..3329207 100644 --- a/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj +++ b/TestsWithFaceRecognitionDotNet/TestsWithFaceRecognitionDotNet.csproj @@ -1,10 +1,10 @@ - + enable false enable win-x64 - net7.0 + net8.0 ecbdc76d-6037-4046-86a4-1a7626a3d342 @@ -31,9 +31,9 @@ - - - + + + diff --git a/ThumbHash/ThumbHash.csproj b/ThumbHash/ThumbHash.csproj index 6cda5ad..634fd5b 100644 --- a/ThumbHash/ThumbHash.csproj +++ b/ThumbHash/ThumbHash.csproj @@ -4,12 +4,12 @@ enable library win-x64 - net7.0 + net8.0 Phares.View.by.Distance.ThumbHash false - 7.0.101.1 + 8.0.101.1 Mike Phares Phares true @@ -33,9 +33,9 @@ - + - +