.net 5 support

Hi, Will .net 5 be supported? I see that the server does not build my bot:

{“date”:“2021-04-30T08:05:30.683681Z”,“log”:“It was not possible to find any compatible framework version”}
{“date”:“2021-04-30T08:05:30.684157Z”,“log”:“The framework ‘Microsoft.NETCore.App’, version ‘5.0.0’ was not found.”}
{“date”:“2021-04-30T08:05:30.684177Z”,“log”:" - The following frameworks were found:"}
{“date”:“2021-04-30T08:05:30.684194Z”,“log”:" 3.1.13 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]"}
{“date”:“2021-04-30T08:05:30.684202Z”,“log”:""}
{“date”:“2021-04-30T08:05:30.684211Z”,“log”:“You can resolve the problem by installing the specified framework and/or SDK.”}
{“date”:“2021-04-30T08:05:30.684219Z”,“log”:""}
{“date”:“2021-04-30T08:05:30.684227Z”,“log”:“The specified framework can be found at:”}
{“date”:“2021-04-30T08:05:30.684237Z”,“log”:" - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=alpine.3.13-x64"}

Good evening @Kortgat,

We will look into your question and investigate the impact on upgrading our system to support v5, but for now, .Net Core 3.1 is the official supported language.

Thank you for participating

Good evening @Kortgat,

I am pleased to announce that we are indeed now supporting .Net Core 5 as our official supported language.
Matches where the base language is dotnetcore will now by default use .Net Core 5 as the runtime.

Please try again and let us know if you are still having issues.

Thank you for your support and patience.

1 Like

Thanx, you guys are awesome, thankyou for your hard work every year with this competition.

2 Likes

Hi, I get a similar issue now with a .NET 5 bot:

The framework ‘Microsoft.NETCore.App’, version ‘5.0.0’ was not found."}
{“date”:“2021-06-19T11:22:43.412243Z”,“log”:" - The following frameworks were found:"}
{“date”:“2021-06-19T11:22:43.412253Z”,“log”:" 3.1.12 at [/usr/share/dotnet/shared/Microsoft.NETCore.App

1 Like

Please ensure that your Dockerfile is using the latest image: public.ecr.aws/m5z5a5b2/languages/dotnetcore:2021

1 Like

That image resolves the issue, thanks