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.*" />
is this supported or supposed to work?
As an additional piece of information, this is .net6 arm64