-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Updating .Net Version of NeoCortexApi.All"
This reverts commit d77f2c2.
- Loading branch information
1 parent
cbcf19f
commit 502e74a
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 7 additions & 2 deletions
9
source/SequenceLearningExperiment/SequenceLearningExperiment.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |