Skip to content

Commit 3824c52

Browse files
authored
[6.0] Reset OOB packages from 6.0.16 (#84342)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent 5601390 commit 3824c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -20,7 +20,7 @@
2020
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2121
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2222
<ServicingVersion>9</ServicingVersion>
23-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2424
</PropertyGroup>
2525

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

0 commit comments

Comments
 (0)