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 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