-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C# node Manager with external library and added new user + add object…
… functionality
- Loading branch information
1 parent
73b4e45
commit 0a61486
Showing
2,251 changed files
with
647,827 additions
and
82 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
10,393 changes: 10,393 additions & 0 deletions
10,393
Plugins/Json130r2/Bin/net20/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
11,363 changes: 11,363 additions & 0 deletions
11,363
Plugins/Json130r2/Bin/net45/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
11,325 changes: 11,325 additions & 0 deletions
11,325
Plugins/Json130r2/Bin/net6.0/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
11,051 changes: 11,051 additions & 0 deletions
11,051
Plugins/Json130r2/Bin/netstandard1.0/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
11,173 changes: 11,173 additions & 0 deletions
11,173
Plugins/Json130r2/Bin/netstandard1.3/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
11,338 changes: 11,338 additions & 0 deletions
11,338
Plugins/Json130r2/Bin/netstandard2.0/Newtonsoft.Json.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"SignClient": { | ||
"AzureAd": { | ||
"AADInstance": "https://login.microsoftonline.com/", | ||
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8", | ||
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e" | ||
}, | ||
"Service": { | ||
"Url": "https://codesign.dotnetfoundation.org/", | ||
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001" | ||
} | ||
} | ||
} |
Oops, something went wrong.