Filter build dependencies from fullclr embedded deps file
This commit is contained in:
parent
eff981d3db
commit
928283d531
2 changed files with 15 additions and 4 deletions
|
@ -5,9 +5,13 @@
|
|||
"preserveCompilationContext": true
|
||||
},
|
||||
"dependencies": {
|
||||
"DependencyContextValidator": "1.0.0-*"
|
||||
"DependencyContextValidator": "1.0.0-*",
|
||||
"System.Diagnostics.Process": {
|
||||
"version": "4.1.0-*",
|
||||
"type": "build"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {}
|
||||
"net46": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue