.NET 5 Binaries 5.0.3 will not run after update to .NET 5 5.0.4

Martin Wagner 1 Reputation point
2021-03-10T10:26:52.167+00:00

I have some binaries compiled using .NET 5 using runtime 5.0.3. After upgrading Visual Studio 16.9.1 the binaries will not start anymore. I need to recompile them that they will work. But what to do with older releases on customer machines? Is it possible to create .NET 5 applications thar are not bound to a specific runtime version?

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Martin Wagner 1 Reputation point
    2021-03-10T10:44:45.807+00:00

    I found the solution: The runtime.json must be installed, too

    0 comments No comments