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

Commit 71c7b8e

Browse files
authored
Add runtime pkgs for System.Console to packageIndex.json (#28570)
1 parent 147d701 commit 71c7b8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,8 @@
653653
"runtime.unix.System.Console": {
654654
"StableVersions": [
655655
"4.0.0",
656-
"4.3.0"
656+
"4.3.0",
657+
"4.3.1"
657658
],
658659
"BaselineVersion": "4.3.0"
659660
},
@@ -709,7 +710,8 @@
709710
"runtime.win.System.Console": {
710711
"StableVersions": [
711712
"4.0.0",
712-
"4.3.0"
713+
"4.3.0",
714+
"4.3.1"
713715
],
714716
"BaselineVersion": "4.3.0"
715717
},

0 commit comments

Comments
 (0)