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
<PropertyGroupCondition="'$(Language)' == 'C#' AND '$(IsReferenceAssemblyProject)' == 'true'">
112
+
<PropertyGroupCondition="'$(Language)' == 'C#'">
113
113
<!-- Reference assemblies should always use Major.Minor.0.0 for assembly versions even during servicing. Only the package version should be updated. -->
114
+
<!-- Pinning the implementation assemblies at Major.Minor.0.0 as we figure out compiling against ref assemblies. -->
0 commit comments