You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/03/21 15:35:14 UTC

[GitHub] [arrow] raulcd opened a new issue, #34661: [CI][C#] Nightly packaging job for nuget fails due to test targetting .NET 7.0

raulcd opened a new issue, #34661:
URL: https://github.com/apache/arrow/issues/34661

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Our nightly packaging job for nuget fails because we are targetting .NET 7.0 on our tests and we still use a docker container with .NET 6.0 installed:
   ```
    + dotnet build
   MSBuild version 17.3.2+561848881 for .NET
     Determining projects to restore...
   /usr/share/dotnet/sdk/6.0.407/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0.  Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/arrow/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj]
   /usr/share/dotnet/sdk/6.0.407/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0.  Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/arrow/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj]
   
   Build FAILED.
   
   /usr/share/dotnet/sdk/6.0.407/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0.  Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/arrow/csharp/test/Apache.Arrow.Benchmarks/Apache.Arrow.Benchmarks.csproj]
   /usr/share/dotnet/sdk/6.0.407/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0.  Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/arrow/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj]
       0 Warning(s)
       2 Error(s)
   ```
   We should update our nuget job.
   This is a follow up from: https://github.com/apache/arrow/pull/33799/files#diff-47c77ee6255c13988b64e18cbc1b6dec3dc3d497dad54ce6a66f8846b4b6acc9
   
   ### Component(s)
   
   C#, Continuous Integration


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #34661: [CI][C#] Nightly packaging job for nuget fails due to test targetting .NET 7.0

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34661: [CI][C#] Nightly packaging job for nuget fails due to test targetting .NET 7.0
URL: https://github.com/apache/arrow/issues/34661


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org