Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6e44ace

Browse files
authored
Add runtime pkgs for System.Console to stable.packages.props (#28569)
1 parent 98719de commit 6e44ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/Microsoft.Private.PackageBaseline/stable.packages.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,12 @@
14931493
<StablePackage Include="System.Console">
14941494
<Version>4.0.1</Version>
14951495
</StablePackage>
1496+
<StablePackage Include="runtime.unix.System.Console">
1497+
<Version>4.0.1</Version>
1498+
</StablePackage>
1499+
<StablePackage Include="runtime.win.System.Console">
1500+
<Version>4.0.1</Version>
1501+
</StablePackage>
14961502

14971503
</ItemGroup>
14981504
</Project>

0 commit comments

Comments
 (0)