Skip to content

Commit 44a569e

Browse files
committed
use Microsoft.NETCore.Runtime.CoreCLR instead of metapackage Microsoft.NETCore.Runtime (prerelease)
the "Microsoft.NETCore.Runtime": "1.0.2-rc4-24201-00" was downgraded to -rc2 anyway during restore
1 parent 8a1d952 commit 44a569e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/fsharp/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.Platforms": "1.0.1",
4-
"Microsoft.NETCore.Runtime": "1.0.2-rc4-24201-00",
54
"NETStandard.Library": "1.6.0",
65
"System.Collections": "4.0.11",
76
"System.Collections.Immutable":"1.2.0",
@@ -38,7 +37,7 @@
3837
"Microsoft.DiaSymReader.PortablePdb": "1.1.0",
3938
"Microsoft.DiaSymReader": "1.0.8",
4039

41-
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-24027",
40+
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
4241
"Microsoft.NETCore.TestHost": "1.0.0",
4342
"System.Reflection.Emit.ILGeneration": "4.0.1",
4443
"System.Security.Cryptography.Primitives": "4.0.0"

0 commit comments

Comments
 (0)