Fix up the project.json files for CoreFX build rc2-23922.
- ProjectModel uses AssemblyLoadContext which is only available in netstandard1.5. Moving ProjectModel and all its dependencies up to netstandard1.5. - Work around our dependencies still being on old CoreFX builds by hoisting System.Runtime.Serialization.Primitives, System.Private.DataContractSerialization, System.Linq.Expressions, and System.Xml.XmlSerializer references to the current version.
This commit is contained in:
parent
9bc478660a
commit
3186432ebd
25 changed files with 28 additions and 12 deletions
|
@ -6,6 +6,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23922",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23922",
|
||||
"System.Xml.XmlSerializer": "4.0.11-rc2-23922",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
"System.Reflection.Metadata": "1.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue