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
<IsShippingCondition="'$(IsSampleProject)' == 'true' or '$(IsTestAssetProject)' == 'true' or '$(IsBenchmarkProject)' == 'true' or '$(IsUnitTestProject)' == 'true'">false</IsShipping>
24
24
25
+
<!--
26
+
Use "real" assembly and file versions for all C# projects. This avoids inconsistent versions presented to compiler
Copy file name to clipboardExpand all lines: Directory.Build.targets
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@
118
118
119
119
<PropertyGroupCondition="'$(Language)' == 'C#' AND '$(IsReferenceAssemblyProject)' == 'true'">
120
120
<!-- Reference assemblies should always use Major.Minor.0.0 for assembly versions even during servicing. Only the package version should be updated. -->
0 commit comments