Skip to content

Commit 000cc30

Browse files
authored
[6.0] Reset OOB packages enabled in the April release (dotnet#99582)
* Microsoft.NETCore.Platforms * System.Security.AccessControl
1 parent f62ab5a commit 000cc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2020
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2121
<ServicingVersion>13</ServicingVersion>
22-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
22+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);netstandard2.0-windows;netstandard2.0;net461-windows</TargetFrameworks>
55
<IsPackable>true</IsPackable>
66
<!-- If you enable GeneratePackageOnBuild for this package and bump ServicingVersion, make sure to also bump ServicingVersion in Microsoft.Windows.Compatibility.csproj once for the next release. -->
7-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<ServicingVersion>1</ServicingVersion>
99
<PackageDescription>Provides base classes that enable managing access and audit control lists on securable objects.
1010

0 commit comments

Comments
 (0)