From 2c113789e472fb50813286edefd59ac627689e04 Mon Sep 17 00:00:00 2001 From: Simon Felix Date: Mon, 27 Nov 2023 10:21:35 +0100 Subject: [PATCH] update examples to .NET 8 --- BrentEquations/BrentEquations.csproj | 2 +- CornerTilePacking/CornerTilePacking.csproj | 2 +- EternityII/EternityII.csproj | 2 +- FloorTiling/FloorTiling.csproj | 2 +- MagicSquare/MagicSquare.csproj | 2 +- MaxMaze/MaxMaze.csproj | 2 +- Maximize/Maximize.csproj | 2 +- PCB/PCB.csproj | 2 +- ParkerSquare/ParkerSquare.csproj | 2 +- Sudoku/Sudoku.csproj | 2 +- Superpermutation/Superpermutation.csproj | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/BrentEquations/BrentEquations.csproj b/BrentEquations/BrentEquations.csproj index e7dce20..a9d21e0 100644 --- a/BrentEquations/BrentEquations.csproj +++ b/BrentEquations/BrentEquations.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/CornerTilePacking/CornerTilePacking.csproj b/CornerTilePacking/CornerTilePacking.csproj index 1308ec7..1c7cd0a 100644 --- a/CornerTilePacking/CornerTilePacking.csproj +++ b/CornerTilePacking/CornerTilePacking.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/EternityII/EternityII.csproj b/EternityII/EternityII.csproj index c6ddcbe..4ebb517 100644 --- a/EternityII/EternityII.csproj +++ b/EternityII/EternityII.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable x64 diff --git a/FloorTiling/FloorTiling.csproj b/FloorTiling/FloorTiling.csproj index 1308ec7..1c7cd0a 100644 --- a/FloorTiling/FloorTiling.csproj +++ b/FloorTiling/FloorTiling.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/MagicSquare/MagicSquare.csproj b/MagicSquare/MagicSquare.csproj index d2332cf..07f8a09 100644 --- a/MagicSquare/MagicSquare.csproj +++ b/MagicSquare/MagicSquare.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 false diff --git a/MaxMaze/MaxMaze.csproj b/MaxMaze/MaxMaze.csproj index e7dce20..a9d21e0 100644 --- a/MaxMaze/MaxMaze.csproj +++ b/MaxMaze/MaxMaze.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/Maximize/Maximize.csproj b/Maximize/Maximize.csproj index b2f1f75..c7b9d6a 100644 --- a/Maximize/Maximize.csproj +++ b/Maximize/Maximize.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 false diff --git a/PCB/PCB.csproj b/PCB/PCB.csproj index e7dce20..a9d21e0 100644 --- a/PCB/PCB.csproj +++ b/PCB/PCB.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/ParkerSquare/ParkerSquare.csproj b/ParkerSquare/ParkerSquare.csproj index c92a003..9e4d57b 100644 --- a/ParkerSquare/ParkerSquare.csproj +++ b/ParkerSquare/ParkerSquare.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable x64 diff --git a/Sudoku/Sudoku.csproj b/Sudoku/Sudoku.csproj index d2332cf..07f8a09 100644 --- a/Sudoku/Sudoku.csproj +++ b/Sudoku/Sudoku.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 false diff --git a/Superpermutation/Superpermutation.csproj b/Superpermutation/Superpermutation.csproj index e7dce20..a9d21e0 100644 --- a/Superpermutation/Superpermutation.csproj +++ b/Superpermutation/Superpermutation.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0