Skip to content

Commit

Permalink
Revert "Updating .Net Version of NeoCortexApi.All"
Browse files Browse the repository at this point in the history
This reverts commit d77f2c2.
  • Loading branch information
MahdiehPirmoradian committed Dec 20, 2023
1 parent cbcf19f commit 502e74a
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\NeoCortexApi.Parallel\NeoCortexApi.Parallel.csproj" />
<ProjectReference Include="..\NeoCortexApi\NeoCortexApi.csproj" />
<ProjectReference Include="..\NeoCortexEntities\NeoCortexEntities.csproj" />
</ItemGroup>
</Project>

</Project>

0 comments on commit 502e74a

Please sign in to comment.