Travis 'focal' dist is missing .net core / .net 5.0

I tried to migrate my .NET Core build from ‘bionic’ to ‘focal’ and get error:

C# support for Travis-CI is community maintained.
Please open any issues at C# - Travis CI Community and cc @joshua-anderson @akoeplinger
Installing .NET Core
$ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
$ export DOTNET_CLI_TELEMETRY_OPTOUT=1
The version of this operating system is not supported by .NET Core. View valid versions at Building a C#, F#, or Visual Basic Project - Travis CI

Is it possible to enable .net core 3.0 / .net 5.0 in ‘focal’ dist?

1 Like

Any news on this, I’m having the same issue.

1 Like