Support for .Net Core and Azure DevOps

We are going to rewrite our current Delphi DataAbstract en Remoting to C# Remoting only.
Since the resulting server will only run in the cloud we are looking at different possibilities, namely

  • .Net Core (which version of .Net core is or will be supported?)
  • Azure DevOps (must be able to use nuget to install necessary packages)

Area these feasible options? I find it difficult to find the answers on the support pages, other than that .Net Core will be supported in version 10.
We need to make some strategic choices in the coming weeks.

regards
Paul Sjoerdsma

Hello

That said, the services provided by Azure DevOps like NuGet private package hosting would allow you to host your own RO/DA package + precompiled license assembly.

Regards