remove desktop from multi target test asset
This commit is contained in:
parent
16ff3734a3
commit
eeb4ec52bd
2 changed files with 4 additions and 7 deletions
|
@ -8,10 +8,6 @@ namespace ConsoleApplication
|
||||||
public static void Main()
|
public static void Main()
|
||||||
{
|
{
|
||||||
Console.WriteLine("Hello World!");
|
Console.WriteLine("Hello World!");
|
||||||
#if NET20 || NET35 || NET45 || NET461
|
|
||||||
// Force XmlDocument to be used
|
|
||||||
var doc = new XmlDocument();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,10 @@
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net461": {
|
"netcoreapp1.0": {
|
||||||
"frameworkAssemblies": {
|
"imports": "dnxcore50",
|
||||||
"System.Xml": {}
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.5": {
|
"netstandard1.5": {
|
||||||
|
|
Loading…
Reference in a new issue