ja yeti
Can anyone explain me why referencing newer package versions is possible? net8 in net6 solution
In a .NET6 project this seems to work without problems, how it is possible and is it just so that
https://nuget.info/packages/Microsoft.Extensions.Configuration.Abstractions/8.0.0 package containts lib/net6 version built? How can I be sure there's no compatibility issues at some time of usage I couldn't spot now?
Example
13 replies