Skip to content

Commit fb1acf3

Browse files
committed
fix dependencies version, as published in nuget.org
1 parent 1803985 commit fb1acf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fsharp/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc2-24027",
4343
"Microsoft.NETCore.TestHost": "1.0.0-rc2-24027",
44-
"System.Reflection.Emit.ILGeneration": "4.0.2",
45-
"System.Security.Cryptography.Primitives": "4.0.1",
44+
"System.Reflection.Emit.ILGeneration": "4.0.1",
45+
"System.Security.Cryptography.Primitives": "4.0.0"
4646
},
4747
"runtimes": {
4848
"win7-x86": { },

0 commit comments

Comments
 (0)