Skip to content

Commit 7fb618e

Browse files
author
Mirroring
committed
Merge commit '66a03cc43db0085067e32e7ce1019d49479bc133'
2 parents 06bcebf + 66a03cc commit 7fb618e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PreReleaseVersionIteration>
1010
</PreReleaseVersionIteration>
1111
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
12-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
12+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1313
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
1414
</PropertyGroup>
1515
<!-- Below have corresponding entries in Versions.Details.XML because they are updated via Maestro -->

src/System.Drawing.Common/src/System.Drawing.Common.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<!-- Unset TargetFramework as this property gets set in Directory.Build.props. This is necessary to avoid over-building. -->
66
<TargetFramework />
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<WarningsNotAsErrors>CS0618</WarningsNotAsErrors>
8+
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0618</WarningsNotAsErrors>
9+
<NoWarn>$(NoWarn);NU5104</NoWarn>
910
<EnableAOTAnalyzer>false</EnableAOTAnalyzer>
1011
<Nullable>enable</Nullable>
1112
<ImplicitUsings>disable</ImplicitUsings>

0 commit comments

Comments
 (0)