From 540ed17cc6f6982132a346876cc07eac621eb3d2 Mon Sep 17 00:00:00 2001 From: Ed Elliott Date: Fri, 22 Nov 2024 08:06:04 +0000 Subject: [PATCH 1/2] .NET 8 --- .../Spark.Connect.Dotnet.GrpcClient.csproj | 4 ++-- .../Spark.Connect.Dotnet/Spark.Connect.Dotnet.csproj | 2 +- src/example/LongRunningQuery/LongRunningQuery.csproj | 2 +- src/example/VariantExample/VariantExample.csproj | 2 +- src/example/basic_example/basic_example.csproj | 2 +- src/example/basic_example_fsharp/basic_example_fsharp.fsproj | 2 +- src/example/basic_example_vb/basic_example_vb.vbproj | 2 +- src/example/databricks_example/databricks_example.csproj | 2 +- .../Spark.Connect.Dotnet.Tests.csproj | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet.GrpcClient/Spark.Connect.Dotnet.GrpcClient.csproj b/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet.GrpcClient/Spark.Connect.Dotnet.GrpcClient.csproj index 04840c7..ddbf36f 100644 --- a/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet.GrpcClient/Spark.Connect.Dotnet.GrpcClient.csproj +++ b/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet.GrpcClient/Spark.Connect.Dotnet.GrpcClient.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable 8981 @@ -48,7 +48,7 @@ Public True True - obj\Debug/net7.0/ + obj\Debug/net8.0/ connect\base.proto diff --git a/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Spark.Connect.Dotnet.csproj b/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Spark.Connect.Dotnet.csproj index 1837655..f8ca737 100644 --- a/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Spark.Connect.Dotnet.csproj +++ b/src/Spark.Connect.Dotnet/Spark.Connect.Dotnet/Spark.Connect.Dotnet.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/src/example/LongRunningQuery/LongRunningQuery.csproj b/src/example/LongRunningQuery/LongRunningQuery.csproj index 1264329..932dbef 100644 --- a/src/example/LongRunningQuery/LongRunningQuery.csproj +++ b/src/example/LongRunningQuery/LongRunningQuery.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 preview enable enable diff --git a/src/example/VariantExample/VariantExample.csproj b/src/example/VariantExample/VariantExample.csproj index 1264329..932dbef 100644 --- a/src/example/VariantExample/VariantExample.csproj +++ b/src/example/VariantExample/VariantExample.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 preview enable enable diff --git a/src/example/basic_example/basic_example.csproj b/src/example/basic_example/basic_example.csproj index 11cdbcd..501f238 100644 --- a/src/example/basic_example/basic_example.csproj +++ b/src/example/basic_example/basic_example.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/example/basic_example_fsharp/basic_example_fsharp.fsproj b/src/example/basic_example_fsharp/basic_example_fsharp.fsproj index a66796f..1d969ea 100644 --- a/src/example/basic_example_fsharp/basic_example_fsharp.fsproj +++ b/src/example/basic_example_fsharp/basic_example_fsharp.fsproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 diff --git a/src/example/basic_example_vb/basic_example_vb.vbproj b/src/example/basic_example_vb/basic_example_vb.vbproj index 8ea03ce..fcff99f 100644 --- a/src/example/basic_example_vb/basic_example_vb.vbproj +++ b/src/example/basic_example_vb/basic_example_vb.vbproj @@ -3,7 +3,7 @@ Exe basic_example_vb - net7.0 + net8.0 diff --git a/src/example/databricks_example/databricks_example.csproj b/src/example/databricks_example/databricks_example.csproj index f1ae789..f68ae50 100644 --- a/src/example/databricks_example/databricks_example.csproj +++ b/src/example/databricks_example/databricks_example.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/src/test/Spark.Connect.Dotnet.Tests/Spark.Connect.Dotnet.Tests.csproj b/src/test/Spark.Connect.Dotnet.Tests/Spark.Connect.Dotnet.Tests.csproj index ead429b..e1382fe 100644 --- a/src/test/Spark.Connect.Dotnet.Tests/Spark.Connect.Dotnet.Tests.csproj +++ b/src/test/Spark.Connect.Dotnet.Tests/Spark.Connect.Dotnet.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable From 64a69f62d2dd31a2707cce4825fb0bd304bb2a11 Mon Sep 17 00:00:00 2001 From: Ed Elliott Date: Fri, 22 Nov 2024 08:07:45 +0000 Subject: [PATCH 2/2] .NET 8 --- .github/workflows/dotnet-databricks.yml | 2 +- .github/workflows/dotnet-desktop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-databricks.yml b/.github/workflows/dotnet-databricks.yml index b679e78..e189a02 100644 --- a/.github/workflows/dotnet-databricks.yml +++ b/.github/workflows/dotnet-databricks.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0' # Specify your .NET Core version here + dotnet-version: '8.0' # Specify your .NET Core version here - name: Print current directory run: pwd diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 931e9a4..be498a8 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0' # Specify your .NET Core version here + dotnet-version: '8.0' # Specify your .NET Core version here - name: Print current directory run: pwd