Hi i have just started using travis to test build my project on github but it keeps failing becus of it cant find .net 6
error from log
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1193,5): error MSB3644: The reference assemblies for .NETFramework,Version=v6.0 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/home/travis/build/zaze06/TextGame/Game.csproj]
If you need this prerelease version, you’ll have to install it by hand according to official instructions and specify mono: none in .travis.yml to suppress installing Mono (which is the default if you don’t specify any version to install).