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()
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
#if NET20 || NET35 || NET45 || NET461
|
||||
// Force XmlDocument to be used
|
||||
var doc = new XmlDocument();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"frameworks": {
|
||||
"net461": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Xml": {}
|
||||
"netcoreapp1.0": {
|
||||
"imports": "dnxcore50",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.0"
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
|
|
Loading…
Reference in a new issue