refactor: adapt to nuspec requirement for gallery publishing
This commit is contained in:
parent
2019f8c959
commit
69c2684ee7
29 changed files with 84 additions and 20 deletions
19
tools/scripts.deps.json
Executable file
19
tools/scripts.deps.json
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETStandard,Version=v2.0/",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETStandard,Version=v2.0": {},
|
||||
".NETStandard,Version=v2.0/": {
|
||||
"PSConfluencePublisher/1.0.0": {
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "2.0.3"
|
||||
},
|
||||
"runtime": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue