From 58b1584de7c18f6c60f10fc9de045a19c859e498 Mon Sep 17 00:00:00 2001 From: Mahdieh Pirmoradian Date: Wed, 24 Jan 2024 20:33:57 +0100 Subject: [PATCH] Changing UnitTest Project .Net Version to .Net7 --- source/NeoCortexUtils/NeoCortexUtils.csproj | 2 +- source/UnitTestsProject/UnitTestsProject.csproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/NeoCortexUtils/NeoCortexUtils.csproj b/source/NeoCortexUtils/NeoCortexUtils.csproj index 34a46e081..636de8bf4 100644 --- a/source/NeoCortexUtils/NeoCortexUtils.csproj +++ b/source/NeoCortexUtils/NeoCortexUtils.csproj @@ -1,6 +1,6 @@  - net8.0 + net7.0 C:\dev\NeoCortexAPI\neocortexapi\source\NeoCortexUtils\NeoCortexUtils.xml diff --git a/source/UnitTestsProject/UnitTestsProject.csproj b/source/UnitTestsProject/UnitTestsProject.csproj index be600208a..2fadce801 100644 --- a/source/UnitTestsProject/UnitTestsProject.csproj +++ b/source/UnitTestsProject/UnitTestsProject.csproj @@ -1,6 +1,6 @@  - net8.0 + net7.0 false @@ -46,7 +46,6 @@ -