remove desktop from multi target test asset

This commit is contained in:
Bryan Thornbury 2016-10-20 17:39:51 -07:00
parent 16ff3734a3
commit eeb4ec52bd
2 changed files with 4 additions and 7 deletions

View file

@ -8,10 +8,6 @@ namespace ConsoleApplication
public static void Main()
{
Console.WriteLine("Hello World!");
#if NET20 || NET35 || NET45 || NET461
// Force XmlDocument to be used
var doc = new XmlDocument();
#endif
}
}
}

View file

@ -5,9 +5,10 @@
},
"dependencies": {},
"frameworks": {
"net461": {
"frameworkAssemblies": {
"System.Xml": {}
"netcoreapp1.0": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0"
}
},
"netstandard1.5": {