When running RavenDB Test driver 5.0+ i'm getting an exception that ASP.NET Core 5.0.0 is required.
Sstem.InvalidOperationException: Unable to start the RavenDB Server
It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '5.0.0' was not found.
- The following frameworks were found:
2.1.23 at [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
3.1.9 at [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
How can i use it without migrating my project to .NET 5.0?