dotnet-installer/src/Microsoft.Extensions.DependencyModel
Eric Erhardt 3186432ebd 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.
2016-03-24 16:03:19 -05:00
..
Properties Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
Resolution Fix incorrect reference assembly path 2016-03-11 11:53:22 -08:00
CollectionExtensions.cs add support for type: platform 2016-03-23 21:53:14 -07:00
CompilationLibrary.cs Add null checks everywhere in dependency model 2016-03-16 16:53:59 -07:00
CompilationOptions.cs Add null checks everywhere in dependency model 2016-03-16 16:53:59 -07:00
Dependency.cs Add null checks everywhere in dependency model 2016-03-16 16:53:59 -07:00
DependencyContext.cs Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
DependencyContextExtensions.cs add support for type: platform 2016-03-23 21:53:14 -07:00
DependencyContextJsonReader.cs Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
DependencyContextLoader.cs Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
DependencyContextStrings.cs Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
DependencyContextWriter.cs Add runtime signature into deps.json 2016-03-24 12:00:01 -07:00
IDependencyContextReader.cs Add support for loading and merging runtime deps json 2016-03-15 09:32:39 -07:00
Library.cs Remove csv reader 2016-03-17 10:03:26 -07:00
Microsoft.Extensions.DependencyModel.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
project.json Fix up the project.json files for CoreFX build rc2-23922. 2016-03-24 16:03:19 -05:00
ResourceAssembly.cs Add null checks everywhere in dependency model 2016-03-16 16:53:59 -07:00
RuntimeAssembly.cs add support for type: platform 2016-03-23 21:53:14 -07:00
RuntimeAssetGroup.cs add support for type: platform 2016-03-23 21:53:14 -07:00
RuntimeFallbacks.cs add support for type: platform 2016-03-23 21:53:14 -07:00
RuntimeLibrary.cs add support for type: platform 2016-03-23 21:53:14 -07:00