From 940c08fd22a594135a0a9341a74408bc5dde12bc Mon Sep 17 00:00:00 2001 From: Martin Molinero Date: Fri, 26 Dec 2025 16:23:20 -0300 Subject: [PATCH] Update to net10 --- src/console/Console.csproj | 2 +- src/embed_tests/Python.EmbeddingTest.csproj | 2 +- src/perf_tests/Python.PerformanceTests.csproj | 6 +++--- src/python_tests_runner/Python.PythonTestsRunner.csproj | 2 +- src/runtime/Properties/AssemblyInfo.cs | 4 ++-- src/runtime/Python.Runtime.csproj | 4 ++-- src/testing/Python.Test.csproj | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/console/Console.csproj b/src/console/Console.csproj index edd9054ef..418179393 100644 --- a/src/console/Console.csproj +++ b/src/console/Console.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 Exe nPython Python.Runtime diff --git a/src/embed_tests/Python.EmbeddingTest.csproj b/src/embed_tests/Python.EmbeddingTest.csproj index f50311141..7de30ad0e 100644 --- a/src/embed_tests/Python.EmbeddingTest.csproj +++ b/src/embed_tests/Python.EmbeddingTest.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 ..\pythonnet.snk true diff --git a/src/perf_tests/Python.PerformanceTests.csproj b/src/perf_tests/Python.PerformanceTests.csproj index caf5ae300..8f00c10f1 100644 --- a/src/perf_tests/Python.PerformanceTests.csproj +++ b/src/perf_tests/Python.PerformanceTests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 false @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + compile @@ -25,7 +25,7 @@ - + diff --git a/src/python_tests_runner/Python.PythonTestsRunner.csproj b/src/python_tests_runner/Python.PythonTestsRunner.csproj index 16e563ff6..5ae9e922c 100644 --- a/src/python_tests_runner/Python.PythonTestsRunner.csproj +++ b/src/python_tests_runner/Python.PythonTestsRunner.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 diff --git a/src/runtime/Properties/AssemblyInfo.cs b/src/runtime/Properties/AssemblyInfo.cs index 614537465..286e75938 100644 --- a/src/runtime/Properties/AssemblyInfo.cs +++ b/src/runtime/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: InternalsVisibleTo("Python.EmbeddingTest, PublicKey=00240000048000009400000006020000002400005253413100040000110000005ffd8f49fb44ab0641b3fd8d55e749f716e6dd901032295db641eb98ee46063cbe0d4a1d121ef0bc2af95f8a7438d7a80a3531316e6b75c2dae92fb05a99f03bf7e0c03980e1c3cfb74ba690aca2f3339ef329313bcc5dccced125a4ffdc4531dcef914602cd5878dc5fbb4d4c73ddfbc133f840231343e013762884d6143189")] [assembly: InternalsVisibleTo("Python.Test, PublicKey=00240000048000009400000006020000002400005253413100040000110000005ffd8f49fb44ab0641b3fd8d55e749f716e6dd901032295db641eb98ee46063cbe0d4a1d121ef0bc2af95f8a7438d7a80a3531316e6b75c2dae92fb05a99f03bf7e0c03980e1c3cfb74ba690aca2f3339ef329313bcc5dccced125a4ffdc4531dcef914602cd5878dc5fbb4d4c73ddfbc133f840231343e013762884d6143189")] -[assembly: AssemblyVersion("2.0.50")] -[assembly: AssemblyFileVersion("2.0.50")] +[assembly: AssemblyVersion("2.0.51")] +[assembly: AssemblyFileVersion("2.0.51")] diff --git a/src/runtime/Python.Runtime.csproj b/src/runtime/Python.Runtime.csproj index 7cbbfe39e..840482980 100644 --- a/src/runtime/Python.Runtime.csproj +++ b/src/runtime/Python.Runtime.csproj @@ -1,11 +1,11 @@ - net9.0 + net10.0 AnyCPU Python.Runtime Python.Runtime QuantConnect.pythonnet - 2.0.50 + 2.0.51 false LICENSE https://github.com/pythonnet/pythonnet diff --git a/src/testing/Python.Test.csproj b/src/testing/Python.Test.csproj index 7f688f0ba..b39411a87 100644 --- a/src/testing/Python.Test.csproj +++ b/src/testing/Python.Test.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 true true ..\pythonnet.snk