From ef6ae4af65e943293aaab59e2bf948dd6157bdb2 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Fri, 6 Oct 2023 09:00:47 +0100 Subject: [PATCH] Update net6.0 to net7.0 --- vscode/Chapter03/Arrays/Arrays.csproj | 2 +- .../BitwiseAndShiftOperators/BitwiseAndShiftOperators.csproj | 2 +- vscode/Chapter03/BooleanOperators/BooleanOperators.csproj | 2 +- vscode/Chapter03/CastingConverting/CastingConverting.csproj | 2 +- .../Ch03Ex02LoopsAndOverflow/Ch03Ex02LoopsAndOverflow.csproj | 2 +- vscode/Chapter03/Ch03Ex03FizzBuzz/Ch03Ex03FizzBuzz.csproj | 2 +- vscode/Chapter03/Ch03Ex04Exceptions/Ch03Ex04Exceptions.csproj | 2 +- vscode/Chapter03/Ch03Ex05Operators/Ch03Ex05Operators.csproj | 2 +- vscode/Chapter03/CheckingForOverflow/CheckingForOverflow.csproj | 2 +- vscode/Chapter03/HandlingExceptions/HandlingExceptions.csproj | 2 +- vscode/Chapter03/IterationStatements/IterationStatements.csproj | 2 +- vscode/Chapter03/Operators/Operators.csproj | 2 +- vscode/Chapter03/SelectionStatements/SelectionStatements.csproj | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/vscode/Chapter03/Arrays/Arrays.csproj b/vscode/Chapter03/Arrays/Arrays.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/Arrays/Arrays.csproj +++ b/vscode/Chapter03/Arrays/Arrays.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/BitwiseAndShiftOperators/BitwiseAndShiftOperators.csproj b/vscode/Chapter03/BitwiseAndShiftOperators/BitwiseAndShiftOperators.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/BitwiseAndShiftOperators/BitwiseAndShiftOperators.csproj +++ b/vscode/Chapter03/BitwiseAndShiftOperators/BitwiseAndShiftOperators.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/BooleanOperators/BooleanOperators.csproj b/vscode/Chapter03/BooleanOperators/BooleanOperators.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/BooleanOperators/BooleanOperators.csproj +++ b/vscode/Chapter03/BooleanOperators/BooleanOperators.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/CastingConverting/CastingConverting.csproj b/vscode/Chapter03/CastingConverting/CastingConverting.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/CastingConverting/CastingConverting.csproj +++ b/vscode/Chapter03/CastingConverting/CastingConverting.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/Ch03Ex02LoopsAndOverflow/Ch03Ex02LoopsAndOverflow.csproj b/vscode/Chapter03/Ch03Ex02LoopsAndOverflow/Ch03Ex02LoopsAndOverflow.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/Ch03Ex02LoopsAndOverflow/Ch03Ex02LoopsAndOverflow.csproj +++ b/vscode/Chapter03/Ch03Ex02LoopsAndOverflow/Ch03Ex02LoopsAndOverflow.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/Ch03Ex03FizzBuzz/Ch03Ex03FizzBuzz.csproj b/vscode/Chapter03/Ch03Ex03FizzBuzz/Ch03Ex03FizzBuzz.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/Ch03Ex03FizzBuzz/Ch03Ex03FizzBuzz.csproj +++ b/vscode/Chapter03/Ch03Ex03FizzBuzz/Ch03Ex03FizzBuzz.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/Ch03Ex04Exceptions/Ch03Ex04Exceptions.csproj b/vscode/Chapter03/Ch03Ex04Exceptions/Ch03Ex04Exceptions.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/Ch03Ex04Exceptions/Ch03Ex04Exceptions.csproj +++ b/vscode/Chapter03/Ch03Ex04Exceptions/Ch03Ex04Exceptions.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/Ch03Ex05Operators/Ch03Ex05Operators.csproj b/vscode/Chapter03/Ch03Ex05Operators/Ch03Ex05Operators.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/Ch03Ex05Operators/Ch03Ex05Operators.csproj +++ b/vscode/Chapter03/Ch03Ex05Operators/Ch03Ex05Operators.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/CheckingForOverflow/CheckingForOverflow.csproj b/vscode/Chapter03/CheckingForOverflow/CheckingForOverflow.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/CheckingForOverflow/CheckingForOverflow.csproj +++ b/vscode/Chapter03/CheckingForOverflow/CheckingForOverflow.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/HandlingExceptions/HandlingExceptions.csproj b/vscode/Chapter03/HandlingExceptions/HandlingExceptions.csproj index ebe527c..05635b2 100644 --- a/vscode/Chapter03/HandlingExceptions/HandlingExceptions.csproj +++ b/vscode/Chapter03/HandlingExceptions/HandlingExceptions.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/IterationStatements/IterationStatements.csproj b/vscode/Chapter03/IterationStatements/IterationStatements.csproj index 3f419b7..cd63b28 100644 --- a/vscode/Chapter03/IterationStatements/IterationStatements.csproj +++ b/vscode/Chapter03/IterationStatements/IterationStatements.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/Operators/Operators.csproj b/vscode/Chapter03/Operators/Operators.csproj index 3f419b7..cd63b28 100644 --- a/vscode/Chapter03/Operators/Operators.csproj +++ b/vscode/Chapter03/Operators/Operators.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/vscode/Chapter03/SelectionStatements/SelectionStatements.csproj b/vscode/Chapter03/SelectionStatements/SelectionStatements.csproj index 3f419b7..cd63b28 100644 --- a/vscode/Chapter03/SelectionStatements/SelectionStatements.csproj +++ b/vscode/Chapter03/SelectionStatements/SelectionStatements.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable