fix reference issues in net46 by removing framework assembly refs
part of Coherence-Signed/#395
This commit is contained in:
parent
2f26170dbf
commit
2aff751547
|
|
@ -28,8 +28,8 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.ServiceProcess": ""
|
"System.ServiceProcess": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,19 +56,7 @@
|
||||||
"System.Reflection.Metadata": "1.5.0-*"
|
"System.Reflection.Metadata": "1.5.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": { },
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Runtime": {
|
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"System.ComponentModel": {
|
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"System.IO": {
|
|
||||||
"type": "build"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.StackTrace": "4.4.0-*"
|
"System.Diagnostics.StackTrace": "4.4.0-*"
|
||||||
|
|
@ -84,4 +72,4 @@
|
||||||
"tools": {
|
"tools": {
|
||||||
"RazorPageGenerator": "1.1.0-*"
|
"RazorPageGenerator": "1.1.0-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,12 +46,8 @@
|
||||||
"Microsoft.Web.Administration": "7.0.0"
|
"Microsoft.Web.Administration": "7.0.0"
|
||||||
},
|
},
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Net.Http": "",
|
"System.Xml": "4.0.0.0",
|
||||||
"System.Runtime": {
|
"System.Xml.Linq": "4.0.0.0"
|
||||||
"type": "build"
|
|
||||||
},
|
|
||||||
"System.Xml": "",
|
|
||||||
"System.Xml.Linq": ""
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
@ -64,4 +60,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,15 +27,11 @@
|
||||||
"NETStandard.Library": "1.6.2-*"
|
"NETStandard.Library": "1.6.2-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": { },
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.Net.Http": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Contracts": "4.4.0-*"
|
"System.Diagnostics.Contracts": "4.4.0-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,5 +13,8 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in New Issue