You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NETSDK1206 warning is firing when project has no FrameworkReferences. The warning uses determines valid/portable platforms based on processing FrameworkReference.
This can happen when DisableImplicitFrameworkReferencs is set and no framework references are added. This is likely not much of a problem for normal builds, but it is for building the runtime framework libraries themselves. We should probably not warn if there are no framework references.
Describe the bug
NETSDK1206 warning is firing when project has no
FrameworkReference
s. The warning uses determines valid/portable platforms based on processingFrameworkReference
.This can happen when DisableImplicitFrameworkReferencs is set and no framework references are added. This is likely not much of a problem for normal builds, but it is for building the runtime framework libraries themselves. We should probably not warn if there are no framework references.
To Reproduce
See dotnet/runtime#88827 - build of
System.Net.Quic
for windows or osxThe text was updated successfully, but these errors were encountered: