File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/System.Drawing.Common/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
<PreReleaseVersionIteration >
10
10
</PreReleaseVersionIteration >
11
11
<VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
12
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
12
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
13
13
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
14
14
</PropertyGroup >
15
15
<!-- Below have corresponding entries in Versions.Details.XML because they are updated via Maestro -->
Original file line number Diff line number Diff line change 5
5
<!-- Unset TargetFramework as this property gets set in Directory.Build.props. This is necessary to avoid over-building. -->
6
6
<TargetFramework />
7
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
- <WarningsNotAsErrors >CS0618</WarningsNotAsErrors >
8
+ <WarningsNotAsErrors >$(WarningsNotAsErrors);CS0618</WarningsNotAsErrors >
9
+ <NoWarn >$(NoWarn);NU5104</NoWarn >
9
10
<EnableAOTAnalyzer >false</EnableAOTAnalyzer >
10
11
<Nullable >enable</Nullable >
11
12
<ImplicitUsings >disable</ImplicitUsings >
You can’t perform that action at this time.
0 commit comments