From 3c1cd7b56edf0d2a725ea04462a19c8dd5267663 Mon Sep 17 00:00:00 2001 From: Daniel Lidstrom Date: Tue, 20 Jan 2026 15:58:00 +0100 Subject: [PATCH 1/2] fix: update module dependencies in go.mod --- Go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go/go.mod b/Go/go.mod index 5c94888..4f87e38 100644 --- a/Go/go.mod +++ b/Go/go.mod @@ -1,3 +1,3 @@ module github.com/dlidstrom/NeuralNetworkInAllLangs -go 1.21 +go 1.24 From a0da92198cbcb3e80e2d6ac6cf3011e13f58a8b4 Mon Sep 17 00:00:00 2001 From: Daniel Lidstrom Date: Tue, 20 Jan 2026 15:58:28 +0100 Subject: [PATCH 2/2] fix: update CSharp project file --- CSharp/CSharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/CSharp.csproj b/CSharp/CSharp.csproj index f02677b..dfb40ca 100644 --- a/CSharp/CSharp.csproj +++ b/CSharp/CSharp.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net10.0 enable enable