1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <startup >
3
+ <startup >
4
4
<supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1" />
5
5
</startup >
6
- <runtime >
7
- <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
8
- <dependentAssembly >
9
- <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
10
- <bindingRedirect oldVersion =" 0.0.0.0-10.0.0.0" newVersion =" 10.0.0.0" />
11
- </dependentAssembly >
12
- <dependentAssembly >
13
- <assemblyIdentity name =" System.Net.Http" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
14
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.2" newVersion =" 4.1.1.2" />
15
- </dependentAssembly >
16
- <dependentAssembly >
17
- <assemblyIdentity name =" System.Security.Cryptography.X509Certificates" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
18
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.0.0" newVersion =" 4.1.0.0" />
19
- </dependentAssembly >
20
- <dependentAssembly >
21
- <assemblyIdentity name =" Microsoft.Win32.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
22
- <bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
23
- </dependentAssembly >
24
- <dependentAssembly >
25
- <assemblyIdentity name =" System.Runtime.Serialization.Primitives" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
26
- <bindingRedirect oldVersion =" 0.0.0.0-4.1.1.0" newVersion =" 4.1.1.0" />
27
- </dependentAssembly >
28
- <dependentAssembly >
29
- <assemblyIdentity name =" System.Net.Http.Formatting" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
30
- <bindingRedirect oldVersion =" 0.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
31
- </dependentAssembly >
32
- <dependentAssembly >
33
- <assemblyIdentity name =" Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
34
- <bindingRedirect oldVersion =" 0.0.0.0-3.17.0.27603" newVersion =" 3.17.0.27603" />
35
- </dependentAssembly >
36
- <dependentAssembly >
37
- <assemblyIdentity name =" System.IdentityModel.Tokens.Jwt" publicKeyToken =" 31bf3856ad364e35" culture =" neutral" />
38
- <bindingRedirect oldVersion =" 0.0.0.0-5.1.4.0" newVersion =" 5.1.4.0" />
39
- </dependentAssembly >
40
- </assemblyBinding >
41
- </runtime >
42
- <system .serviceModel>
43
- <extensions >
44
- <!-- In this extension section we are introducing all known service bus extensions. User can remove the ones they don't need. -->
45
- <behaviorExtensions >
46
- <add name =" connectionStatusBehavior" type =" Microsoft.ServiceBus.Configuration.ConnectionStatusElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
47
- <add name =" transportClientEndpointBehavior" type =" Microsoft.ServiceBus.Configuration.TransportClientEndpointBehaviorElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
48
- <add name =" serviceRegistrySettings" type =" Microsoft.ServiceBus.Configuration.ServiceRegistrySettingsElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
49
- </behaviorExtensions >
50
- <bindingElementExtensions >
51
- <add name =" netMessagingTransport" type =" Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportExtensionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
52
- <add name =" tcpRelayTransport" type =" Microsoft.ServiceBus.Configuration.TcpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
53
- <add name =" httpRelayTransport" type =" Microsoft.ServiceBus.Configuration.HttpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
54
- <add name =" httpsRelayTransport" type =" Microsoft.ServiceBus.Configuration.HttpsRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
55
- <add name =" onewayRelayTransport" type =" Microsoft.ServiceBus.Configuration.RelayedOnewayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
56
- </bindingElementExtensions >
57
- <bindingExtensions >
58
- <add name =" basicHttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.BasicHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
59
- <add name =" webHttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.WebHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
60
- <add name =" ws2007HttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.WS2007HttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
61
- <add name =" netTcpRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetTcpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
62
- <add name =" netOnewayRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetOnewayRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
63
- <add name =" netEventRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetEventRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
64
- <add name =" netMessagingBinding" type =" Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
65
- </bindingExtensions >
66
- </extensions >
67
- </system .serviceModel>
68
- <appSettings >
69
- <!-- Service Bus specific app setings for messaging connections -->
70
- <add key =" Microsoft.ServiceBus.ConnectionString" value =" Endpoint=sb://[your namespace].servicebus.windows.net;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=[your secret]" />
71
- </appSettings >
6
+
7
+ <system .serviceModel>
8
+ <extensions >
9
+ <!-- In this extension section we are introducing all known service bus extensions. User can remove the ones they don't need. -->
10
+ <behaviorExtensions >
11
+ <add name =" connectionStatusBehavior" type =" Microsoft.ServiceBus.Configuration.ConnectionStatusElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
12
+ <add name =" transportClientEndpointBehavior" type =" Microsoft.ServiceBus.Configuration.TransportClientEndpointBehaviorElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
13
+ <add name =" serviceRegistrySettings" type =" Microsoft.ServiceBus.Configuration.ServiceRegistrySettingsElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
14
+ </behaviorExtensions >
15
+ <bindingElementExtensions >
16
+ <add name =" netMessagingTransport" type =" Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportExtensionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
17
+ <add name =" tcpRelayTransport" type =" Microsoft.ServiceBus.Configuration.TcpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
18
+ <add name =" httpRelayTransport" type =" Microsoft.ServiceBus.Configuration.HttpRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
19
+ <add name =" httpsRelayTransport" type =" Microsoft.ServiceBus.Configuration.HttpsRelayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
20
+ <add name =" onewayRelayTransport" type =" Microsoft.ServiceBus.Configuration.RelayedOnewayTransportElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
21
+ </bindingElementExtensions >
22
+ <bindingExtensions >
23
+ <add name =" basicHttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.BasicHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
24
+ <add name =" webHttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.WebHttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
25
+ <add name =" ws2007HttpRelayBinding" type =" Microsoft.ServiceBus.Configuration.WS2007HttpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
26
+ <add name =" netTcpRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetTcpRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
27
+ <add name =" netOnewayRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetOnewayRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
28
+ <add name =" netEventRelayBinding" type =" Microsoft.ServiceBus.Configuration.NetEventRelayBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
29
+ <add name =" netMessagingBinding" type =" Microsoft.ServiceBus.Messaging.Configuration.NetMessagingBindingCollectionElement, Microsoft.ServiceBus, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
30
+ </bindingExtensions >
31
+ </extensions >
32
+ </system .serviceModel>
33
+
34
+ <appSettings >
35
+ <!-- Service Bus specific app setings for messaging connections -->
36
+ <add key =" Microsoft.ServiceBus.ConnectionString" value =" Endpoint=sb://[your namespace].servicebus.windows.net;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=[your secret]" />
37
+ </appSettings >
72
38
</configuration >
0 commit comments