[
https://issues.apache.org/jira/browse/AVRO-3231?focusedWorklogId=665328&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-665328
]
ASF GitHub Bot logged work on AVRO-3231:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/21 19:47
Start Date: 13/Oct/21 19:47
Worklog Time Spent: 10m
Work Description: martin-g commented on pull request #1366:
URL: https://github.com/apache/avro/pull/1366#issuecomment-942662844
Without change I was [not
able](https://lists.apache.org/thread.html/rfb13bc975ac511684c01a04121a79205e37e0a707df2033e51fa9e45%40%3Cdev.avro.apache.org%3E)
to build Avro C# on Ubuntu 20.04.3 x86_64 and aarch64 where I have only .NET 5
installed
```
cd lang/csharp && ./build.sh test
Testhost process exited with error: It was not possible to find any
compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
5.0.1 at [/home/ubuntu/devel/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or
SDK.
The specified framework can be found at:
-
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=arm64&rid=ubuntu.20.04-arm64
. Please check the diagnostic logs for more information.
Test Run Aborted.
```
But I am not .NET developer and I might be doing something wrong here.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 665328)
Time Spent: 0.5h (was: 20m)
> C#: Enable build of Avro.dll for .NET 5
> ---------------------------------------
>
> Key: AVRO-3231
> URL: https://issues.apache.org/jira/browse/AVRO-3231
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.11.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> lang/csharp/src/apache/main/Avro.main.csproj does not list net5.0 as a target.
>
> 5.0 is the current stable version:
> https://dotnet.microsoft.com/platform/support/policy/dotnet-core
--
This message was sent by Atlassian Jira
(v8.3.4#803005)