Skip to content

Commit 904d449

Browse files
committed
Update to SDK 9
1 parent 2ef35a8 commit 904d449

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install SDK
3131
uses: actions/setup-dotnet@v4
3232
with:
33-
dotnet-version: 8.0.x
33+
dotnet-version: 9.0.x
3434

3535
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
3636
- name: Setup MSBuild.exe

Aeon.Library/Aeon.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>disable</Nullable>
77
</PropertyGroup>

Aeon.Runtime/Aeon.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
</PropertyGroup>

ProjectNotes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ The Aeon AGI
2424
1701: Been driving development off-grid to a private effort and will start bringing-across a version for public review. This will take several weeks, I think, given my time needed with the company.
2525
1705: Several flaws exist in this version and will uptick a new one shortly.
2626
19.01.2025
27-
1650: Working to engage "learning mode" in this runtime. Needed to push the limits in a public release.
27+
1650: Working to engage "learning mode" in this runtime. Needed to push the limits in a public release.
28+
27.02.2025
29+
1413: Learning mode is active for this code.

0 commit comments

Comments
 (0)