Skip to content

Commit cefa51b

Browse files
committed
Pin cmdlet example packages to RC2
Otherwise builds fail because of RC3.
1 parent 04c9af6 commit cefa51b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cmdlet-example/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"netstandard1.5": {
1212
"imports": [ "net40" ],
1313
"dependencies": {
14-
"Microsoft.NETCore": "5.0.1-*",
15-
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-*"
14+
"Microsoft.NETCore": "5.0.1-rc2-24103",
15+
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc2-24103"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)