fix reference issues in net46 by removing framework assembly refs

part of Coherence-Signed/#395
This commit is contained in:
Andrew Stanton-Nurse 2017-01-05 15:17:10 -08:00 committed by Andrew Stanton-Nurse
parent 2f26170dbf
commit 2aff751547
5 changed files with 12 additions and 29 deletions

View File

@ -28,8 +28,8 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ServiceProcess": ""
"System.ServiceProcess": "4.0.0.0"
}
}
}
}
}

View File

@ -56,19 +56,7 @@
"System.Reflection.Metadata": "1.5.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": {
"type": "build"
},
"System.ComponentModel": {
"type": "build"
},
"System.IO": {
"type": "build"
}
}
},
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.StackTrace": "4.4.0-*"
@ -84,4 +72,4 @@
"tools": {
"RazorPageGenerator": "1.1.0-*"
}
}
}

View File

@ -46,12 +46,8 @@
"Microsoft.Web.Administration": "7.0.0"
},
"frameworkAssemblies": {
"System.Net.Http": "",
"System.Runtime": {
"type": "build"
},
"System.Xml": "",
"System.Xml.Linq": ""
"System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0"
}
},
"netstandard1.3": {
@ -64,4 +60,4 @@
]
}
}
}
}

View File

@ -27,15 +27,11 @@
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": ""
}
},
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Contracts": "4.4.0-*"
}
}
}
}
}

View File

@ -13,5 +13,8 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>