-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathConnectedService.json
More file actions
47 lines (47 loc) · 2.44 KB
/
ConnectedService.json
File metadata and controls
47 lines (47 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"ExtendedData": {
"inputs": [
"https://localhost:7173/Service.svc?wsdl"
],
"collectionTypes": [
"System.Array",
"System.Collections.Generic.Dictionary`2"
],
"namespaceMappings": [
"*, ServiceReference1"
],
"references": [
"IdentityModel, {IdentityModel, 6.0.0}",
"Microsoft.Bcl.AsyncInterfaces, {Microsoft.Bcl.AsyncInterfaces, 5.0.0}",
"Microsoft.Extensions.ObjectPool, {Microsoft.Extensions.ObjectPool, 5.0.10}",
"Microsoft.IdentityModel.Logging, {Microsoft.IdentityModel.Logging, 6.8.0}",
"Microsoft.IdentityModel.Protocols.WsTrust, {Microsoft.IdentityModel.Protocols.WsTrust, 6.8.0}",
"Microsoft.IdentityModel.Tokens, {Microsoft.IdentityModel.Tokens, 6.8.0}",
"Microsoft.IdentityModel.Tokens.Saml, {Microsoft.IdentityModel.Tokens.Saml, 6.8.0}",
"Microsoft.IdentityModel.Xml, {Microsoft.IdentityModel.Xml, 6.8.0}",
"System.Drawing.Common, {System.Drawing.Common, 5.0.0}",
"System.IO, {System.IO, 4.3.0}",
"System.Reflection.DispatchProxy, {System.Reflection.DispatchProxy, 4.7.1}",
"System.Runtime, {System.Runtime, 4.3.0}",
"System.Security.AccessControl, {System.Security.AccessControl, 5.0.0}",
"System.Security.Cryptography.Cng, {System.Security.Cryptography.Cng, 5.0.0}",
"System.Security.Cryptography.Xml, {System.Security.Cryptography.Xml, 5.0.0}",
"System.Security.Permissions, {System.Security.Permissions, 5.0.0}",
"System.Security.Principal.Windows, {System.Security.Principal.Windows, 5.0.0}",
"System.ServiceModel, {System.ServiceModel.Primitives, 4.10.0}",
"System.ServiceModel.Duplex, {System.ServiceModel.Duplex, 4.10.0}",
"System.ServiceModel.Federation, {System.ServiceModel.Federation, 4.10.0}",
"System.ServiceModel.Http, {System.ServiceModel.Http, 4.10.0}",
"System.ServiceModel.NetTcp, {System.ServiceModel.NetTcp, 4.10.0}",
"System.ServiceModel.Primitives, {System.ServiceModel.Primitives, 4.10.0}",
"System.ServiceModel.Security, {System.ServiceModel.Security, 4.10.0}",
"System.Text.Encoding, {System.Text.Encoding, 4.3.0}",
"System.Threading.Tasks, {System.Threading.Tasks, 4.3.0}",
"System.Windows.Extensions, {System.Windows.Extensions, 5.0.0}",
"System.Xml.ReaderWriter, {System.Xml.ReaderWriter, 4.3.0}",
"System.Xml.XmlDocument, {System.Xml.XmlDocument, 4.3.0}"
],
"targetFramework": "net6.0",
"typeReuseMode": "All"
}
}