net6.0 backward compatibility

Viewed 1226

Is net6.0 compatible with net5.0 targeted packages? Could not find the answer easily accessible on google.

We have a newly upgraded project targeting net6

<TargetFramework>net6.0</TargetFramework>

with a PackageReference

<PackageReference Include="SonarAnalyzer.CSharp" Version="8.*" />

and we get enter image description here

is this supported or supposed to work?

As an additional piece of information, this is .net6 arm64

0 Answers
Related