When Library add reference to NETStandardLib if not present
This commit is contained in:
parent
155ef033f2
commit
57d79bb2d3
12 changed files with 130 additions and 38 deletions
|
@ -0,0 +1 @@
|
|||
noautobuild
|
|
@ -0,0 +1,5 @@
|
|||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameworks": {
|
||||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.AppContext": "4.1.0",
|
||||
"NETStandard.Library": "1.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue