Replies: 1 comment 2 replies
-
Hi, the latest RavenDB version is 5.1.8. You can download standalone version here: https://ravendb.net/download The If you do not want to run your instance, then consider using our Cloud: https://cloud.ravendb.net/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI, I work with the latest version of RavenDB and with the latest .net 5.0 version.
The Raven functionality works fine but the are some NuGet warnings in the build/publish process about the Raven packages:
warning NU1608: Detected package version outside of dependency constraint: RavenDB.Database 3.5.9 requires RavenDB.Client (= 3.5.9) but version RavenDB.Client 5.1.8 was resolved.
warning NU1701: Package 'RavenDB.Database 3.5.9' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project.
Beta Was this translation helpful? Give feedback.
All reactions