MailRuChamps / raic-2019

Russian AI Cup — artificial intelligence programming contest. Official website: http://russianaicup.ru
GNU General Public License v3.0
73 stars 45 forks source link

update csharp, fsharp to .net core 3.0 #53

Closed Arukim closed 4 years ago

Arukim commented 4 years ago
kuviman commented 4 years ago

Okay now. Looks like this is almost working. There is also a new version of .net core now (3.1). It is also new LTS, so your Dockerfile needed some changes.

Current master is used on the server now. You can use .net core 3.1 when submitting with zip (specify netcoreapp3.1 in csproj). 3.0 is also installed, but doesnt work, it looks like.

So, 2.1 and 3.1 seem to work fine, but 3.0 tries to access nuget index for some reason, hence compilation fails since we don't allow internet usage when compiling.