ja yeti
ja yeti
CC#
Created by ja yeti on 1/19/2024 in #help
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
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
13 replies