I’m trying to build a .NET 10 project ( language:csharp ) and I’ve tried multiple distros (focal, jammy, noble) but they all fail with:
10.0 is either an invalid version of dotnet or unsupported on this operating system.
View valid versions of dotnet at https://docs.travis-ci.com/user/languages/csharp/
dist: noble
sudo: required
language: csharp
mono: none
dotnet: 10.0
solution: MySolution.sln
obviously .NET 10 is a valid version of dotnet. Is .NET 10 not supported on Travis CI yet?
@Joshua-Anderson @akoeplinger