Commit c15ca4ca authored by Marc Gravell's avatar Marc Gravell

Fixup NuGet.Config and project.json to get things to compile; core-clr: the...

Fixup NuGet.Config and project.json to get things to compile; core-clr: the gift that keeps on giving
parent 12886d80
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
"shouldDefine": [ "ASYNC" ] "shouldDefine": [ "ASYNC" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-23225",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-23225",
"System.Console": "4.0.0-beta-23409", "System.Console": "4.0.0-beta-23409",
"System.Data.SqlClient": "4.0.0-beta-*", "System.Data.SqlClient": "4.0.0-beta-23225",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-beta-23225",
"System.Threading": "4.0.11-beta-*" "System.Threading": "4.0.11-beta-23225"
} }
} }
} }
......
...@@ -48,16 +48,17 @@ ...@@ -48,16 +48,17 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-23409",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-23409",
"System.Collections.Concurrent": "4.0.11-beta-*", "System.Collections.Concurrent": "4.0.11-beta-*",
"System.Data.SqlClient": "4.0.0-beta-*", "System.Data.SqlClient": "4.0.0-beta-23225",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Reflection.Emit.ILGeneration": "4.0.1-beta-*", "System.Reflection.Emit.ILGeneration": "4.0.1-beta-*",
"System.Reflection.Emit.Lightweight": "4.0.1-beta-*", "System.Reflection.Emit.Lightweight": "4.0.1-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*", "System.Reflection.TypeExtensions": "4.0.1-beta-23225",
"System.Text.RegularExpressions": "4.0.11-beta-*", "System.Text.RegularExpressions": "4.0.11-beta-23409",
"System.Threading": "4.0.11-beta-*" "System.Threading": "4.0.11-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*"
} }
} }
} }
......
...@@ -45,16 +45,17 @@ ...@@ -45,16 +45,17 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-23409",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-23409",
"System.Collections.Concurrent": "4.0.11-beta-*", "System.Collections.Concurrent": "4.0.11-beta-*",
"System.Data.SqlClient": "4.0.0-beta-*", "System.Data.SqlClient": "4.0.0-beta-23225",
"System.Linq": "4.0.1-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Reflection.Emit.ILGeneration": "4.0.1-beta-*", "System.Reflection.Emit.ILGeneration": "4.0.1-beta-*",
"System.Reflection.Emit.Lightweight": "4.0.1-beta-*", "System.Reflection.Emit.Lightweight": "4.0.1-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*", "System.Reflection.TypeExtensions": "4.0.1-beta-23225",
"System.Text.RegularExpressions": "4.0.11-beta-*", "System.Text.RegularExpressions": "4.0.11-beta-23409",
"System.Threading": "4.0.11-beta-*" "System.Threading": "4.0.11-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*"
} }
} }
} }
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<configuration> <configuration>
<packageSources> <packageSources>
<clear /> <clear />
<add key="CoreCLR" value="https://www.myget.org/F/dotnet-coreclr/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment