From c76115a2a24031c57ada758c45c21d1c699b82f5 Mon Sep 17 00:00:00 2001 From: Martin Molinero Date: Thu, 12 Dec 2024 20:02:20 -0300 Subject: [PATCH] dotnet 9 --- src/console/Console.csproj | 2 +- src/embed_tests/Python.EmbeddingTest.csproj | 2 +- src/perf_tests/Python.PerformanceTests.csproj | 2 +- src/python_tests_runner/Python.PythonTestsRunner.csproj | 2 +- src/runtime/Python.Runtime.csproj | 2 +- src/testing/Python.Test.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/console/Console.csproj b/src/console/Console.csproj index 5ca5192e3..edd9054ef 100644 --- a/src/console/Console.csproj +++ b/src/console/Console.csproj @@ -1,6 +1,6 @@ - net6.0 + net9.0 Exe nPython Python.Runtime diff --git a/src/embed_tests/Python.EmbeddingTest.csproj b/src/embed_tests/Python.EmbeddingTest.csproj index 84dcb3fe2..f50311141 100644 --- a/src/embed_tests/Python.EmbeddingTest.csproj +++ b/src/embed_tests/Python.EmbeddingTest.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 ..\pythonnet.snk true diff --git a/src/perf_tests/Python.PerformanceTests.csproj b/src/perf_tests/Python.PerformanceTests.csproj index 7d6192974..5ab647e3a 100644 --- a/src/perf_tests/Python.PerformanceTests.csproj +++ b/src/perf_tests/Python.PerformanceTests.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 false diff --git a/src/python_tests_runner/Python.PythonTestsRunner.csproj b/src/python_tests_runner/Python.PythonTestsRunner.csproj index 04b8ef252..16e563ff6 100644 --- a/src/python_tests_runner/Python.PythonTestsRunner.csproj +++ b/src/python_tests_runner/Python.PythonTestsRunner.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 diff --git a/src/runtime/Python.Runtime.csproj b/src/runtime/Python.Runtime.csproj index a3fd340be..e90ca5e6a 100644 --- a/src/runtime/Python.Runtime.csproj +++ b/src/runtime/Python.Runtime.csproj @@ -1,6 +1,6 @@ - net6.0 + net9.0 AnyCPU Python.Runtime Python.Runtime diff --git a/src/testing/Python.Test.csproj b/src/testing/Python.Test.csproj index 24a8f72c4..7f688f0ba 100644 --- a/src/testing/Python.Test.csproj +++ b/src/testing/Python.Test.csproj @@ -1,6 +1,6 @@ - net6.0 + net9.0 true true ..\pythonnet.snk