eerhardt commented on a change in pull request #12044: URL: https://github.com/apache/arrow/pull/12044#discussion_r778432323
########## File path: csharp/examples/FlightAspServerExample/FlightAspServerExample.csproj ########## @@ -0,0 +1,39 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<Project Sdk="Microsoft.NET.Sdk.Web"> + + <PropertyGroup> + <TargetFramework>net6.0</TargetFramework> Review comment: > It's just a matter of uniformity We use the `3.1` SDK to build the csharp components in the CI workflow: https://github.com/apache/arrow/blob/049118f50ce46bf837de7bbb55486e74a9dc9e5d/.github/workflows/csharp.yml#L39-L46 So we'd never be able to build this example. However, since .NET 6.0 has shipped, we should update our CI to use the 6.0 SDK, and then all of the example/executable projects could move up. -- 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]
