Revert "When Library add reference to NETStandardLib if not present"

This reverts commit 57d79bb2d3.
This commit is contained in:
Krzysztof Wicher 2016-10-31 16:34:37 -07:00 committed by PiotrP
parent 57d79bb2d3
commit 875e275e38
12 changed files with 37 additions and 129 deletions

View file

@ -1,5 +0,0 @@
using System;
class Program
{
}

View file

@ -1,10 +0,0 @@
{
"frameworks": {
"netstandard1.3": {
"dependencies": {
"System.AppContext": "4.1.0",
"NETStandard.Library": "1.5.0"
}
}
}
}