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
Copy file name to clipboardExpand all lines: Directory.Build.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
75
75
<!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
76
76
<!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->
77
-
<IsPrerelease>true</IsPrerelease>
77
+
<IsPrerelease>false</IsPrerelease>
78
78
79
79
<!-- Experimental packages should not be stable -->
80
80
<SuppressFinalPackageVersionCondition="'$(SuppressFinalPackageVersion)' == '' and $(MSBuildProjectName.Contains('Experimental'))">true</SuppressFinalPackageVersion>
0 commit comments