amoeba opened a new issue, #4283: URL: https://github.com/apache/arrow-adbc/issues/4283
### What happened? C# CI has been failing recently, I think since https://github.com/apache/arrow-adbc/commit/693c085b761111edc73bdf1d0749cc728ac97bd2 was merged. The error is, > The current .NET SDK does not support targeting .NET 10.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download Example output [from CI](https://github.com/apache/arrow-adbc/actions/runs/25073169518/job/73458761971?pr=4282): ``` + dotnet build /adbc/csharp /adbc Welcome to .NET 8.0! --------------------- SDK Version: 8.0.204 Telemetry --------- The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- MSBuild version 17.9.8+b34f75857 for .NET Determining projects to restore... /tmp/arrow-adbc-HEAD.EeBQp/csharp/bin/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/adbc/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj::TargetFramework=net10.0] /tmp/arrow-adbc-HEAD.EeBQp/csharp/bin/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/adbc/csharp/src/Telemetry/Traces/Listeners/Apache.Arrow.Adbc.Telemetry.Traces.Listeners.csproj::TargetFramework=net10.0] Build FAILED. /tmp/arrow-adbc-HEAD.EeBQp/csharp/bin/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/adbc/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj::TargetFramework=net10.0] /tmp/arrow-adbc-HEAD.EeBQp/csharp/bin/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(166,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 10.0. Download the .NET SDK from https://aka.ms/dotnet/download [/adbc/csharp/src/Telemetry/Traces/Listeners/Apache.Arrow.Adbc.Telemetry.Traces.Listeners.csproj::TargetFramework=net10.0] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:02.11 Failed to verify release candidate. See /tmp/arrow-adbc-HEAD.EeBQp for details. ``` ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
