We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4(DotNetUseShippingVersions)
1 parent 78697c0 commit bd63964Copy full SHA for bd63964
Directory.Build.props
@@ -27,6 +27,7 @@
27
while build test template projects.
28
-->
29
<AutoGenerateAssemblyVersion Condition=" '$(Language)' == 'C#' ">true</AutoGenerateAssemblyVersion>
30
+ <DotNetUseShippingVersions Condition=" '$(Language)' == 'C#' ">>true</DotNetUseShippingVersions>
31
32
<!--
33
Following logic mimics core-setup approach as well as
0 commit comments