├── .vs └── AzureServiceBus-Topic │ └── v15 │ ├── .suo │ └── sqlite3 │ └── storage.ide ├── AzureServiceBus-Topic.sln ├── AzureServiceBus-Topic ├── App.config ├── AzureServiceBus-Topic.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── AzureServiceBus-Topic.exe │ │ ├── AzureServiceBus-Topic.exe.config │ │ ├── AzureServiceBus-Topic.pdb │ │ ├── Microsoft.Azure.Amqp.dll │ │ ├── Microsoft.Azure.ServiceBus.dll │ │ ├── Microsoft.Azure.ServiceBus.pdb │ │ ├── Microsoft.Azure.ServiceBus.xml │ │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ │ ├── Microsoft.Azure.Services.AppAuthentication.xml │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ ├── Microsoft.IdentityModel.Logging.pdb │ │ ├── Microsoft.IdentityModel.Logging.xml │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ ├── Microsoft.IdentityModel.Tokens.pdb │ │ ├── Microsoft.IdentityModel.Tokens.xml │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.xml │ │ ├── System.AppContext.dll │ │ ├── System.Collections.Concurrent.dll │ │ ├── System.Collections.NonGeneric.dll │ │ ├── System.Collections.Specialized.dll │ │ ├── System.Collections.dll │ │ ├── System.ComponentModel.EventBasedAsync.dll │ │ ├── System.ComponentModel.Primitives.dll │ │ ├── System.ComponentModel.TypeConverter.dll │ │ ├── System.ComponentModel.dll │ │ ├── System.Console.dll │ │ ├── System.Data.Common.dll │ │ ├── System.Diagnostics.Contracts.dll │ │ ├── System.Diagnostics.Debug.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Diagnostics.DiagnosticSource.xml │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.Globalization.Extensions.dll │ │ ├── System.Globalization.dll │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.FileSystem.Watcher.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.IO.IsolatedStorage.dll │ │ ├── System.IO.MemoryMappedFiles.dll │ │ ├── System.IO.Pipes.dll │ │ ├── System.IO.UnmanagedMemoryStream.dll │ │ ├── System.IO.dll │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ ├── System.IdentityModel.Tokens.Jwt.pdb │ │ ├── System.IdentityModel.Tokens.Jwt.xml │ │ ├── System.Linq.Expressions.dll │ │ ├── System.Linq.Parallel.dll │ │ ├── System.Linq.Queryable.dll │ │ ├── System.Linq.dll │ │ ├── System.Net.Http.dll │ │ ├── System.Net.NameResolution.dll │ │ ├── System.Net.NetworkInformation.dll │ │ ├── System.Net.Ping.dll │ │ ├── System.Net.Primitives.dll │ │ ├── System.Net.Requests.dll │ │ ├── System.Net.Security.dll │ │ ├── System.Net.Sockets.dll │ │ ├── System.Net.WebHeaderCollection.dll │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Net.WebSockets.dll │ │ ├── System.ObjectModel.dll │ │ ├── System.Reflection.Extensions.dll │ │ ├── System.Reflection.Primitives.dll │ │ ├── System.Reflection.dll │ │ ├── System.Resources.Reader.dll │ │ ├── System.Resources.ResourceManager.dll │ │ ├── System.Resources.Writer.dll │ │ ├── System.Runtime.CompilerServices.VisualC.dll │ │ ├── System.Runtime.Extensions.dll │ │ ├── System.Runtime.Handles.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── System.Runtime.InteropServices.dll │ │ ├── System.Runtime.Numerics.dll │ │ ├── System.Runtime.Serialization.Formatters.dll │ │ ├── System.Runtime.Serialization.Json.dll │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Xml.dll │ │ ├── System.Runtime.dll │ │ ├── System.Security.Claims.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Csp.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Security.Principal.dll │ │ ├── System.Security.SecureString.dll │ │ ├── System.Text.Encoding.Extensions.dll │ │ ├── System.Text.Encoding.dll │ │ ├── System.Text.RegularExpressions.dll │ │ ├── System.Threading.Overlapped.dll │ │ ├── System.Threading.Tasks.Parallel.dll │ │ ├── System.Threading.Tasks.dll │ │ ├── System.Threading.Thread.dll │ │ ├── System.Threading.ThreadPool.dll │ │ ├── System.Threading.Timer.dll │ │ ├── System.Threading.dll │ │ ├── System.ValueTuple.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XDocument.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── System.Xml.XPath.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── System.Xml.XmlSerializer.dll │ │ └── netstandard.dll ├── obj │ └── Debug │ │ ├── AzureServiceBus-Topic.csproj.AzureServiceBus-Topic.exe.config │ │ ├── AzureServiceBus-Topic.csproj.CopyComplete │ │ ├── AzureServiceBus-Topic.csproj.CoreCompileInputs.cache │ │ ├── AzureServiceBus-Topic.csproj.FileListAbsolute.txt │ │ ├── AzureServiceBus-Topic.csprojResolveAssemblyReference.cache │ │ ├── AzureServiceBus-Topic.exe │ │ ├── AzureServiceBus-Topic.pdb │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── packages.config ├── AzureServiceBus-TopicClient ├── App.config ├── AzureServiceBus-TopicClient.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── AzureServiceBus-TopicClient.exe │ │ ├── AzureServiceBus-TopicClient.exe.config │ │ ├── AzureServiceBus-TopicClient.pdb │ │ ├── Microsoft.Azure.Amqp.dll │ │ ├── Microsoft.Azure.ServiceBus.dll │ │ ├── Microsoft.Azure.ServiceBus.pdb │ │ ├── Microsoft.Azure.ServiceBus.xml │ │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ │ ├── Microsoft.Azure.Services.AppAuthentication.xml │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ ├── Microsoft.IdentityModel.Logging.pdb │ │ ├── Microsoft.IdentityModel.Logging.xml │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ ├── Microsoft.IdentityModel.Tokens.pdb │ │ ├── Microsoft.IdentityModel.Tokens.xml │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.xml │ │ ├── System.AppContext.dll │ │ ├── System.Collections.Concurrent.dll │ │ ├── System.Collections.NonGeneric.dll │ │ ├── System.Collections.Specialized.dll │ │ ├── System.Collections.dll │ │ ├── System.ComponentModel.EventBasedAsync.dll │ │ ├── System.ComponentModel.Primitives.dll │ │ ├── System.ComponentModel.TypeConverter.dll │ │ ├── System.ComponentModel.dll │ │ ├── System.Console.dll │ │ ├── System.Data.Common.dll │ │ ├── System.Diagnostics.Contracts.dll │ │ ├── System.Diagnostics.Debug.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Diagnostics.DiagnosticSource.xml │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.Globalization.Extensions.dll │ │ ├── System.Globalization.dll │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.FileSystem.Watcher.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.IO.IsolatedStorage.dll │ │ ├── System.IO.MemoryMappedFiles.dll │ │ ├── System.IO.Pipes.dll │ │ ├── System.IO.UnmanagedMemoryStream.dll │ │ ├── System.IO.dll │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ ├── System.IdentityModel.Tokens.Jwt.pdb │ │ ├── System.IdentityModel.Tokens.Jwt.xml │ │ ├── System.Linq.Expressions.dll │ │ ├── System.Linq.Parallel.dll │ │ ├── System.Linq.Queryable.dll │ │ ├── System.Linq.dll │ │ ├── System.Net.Http.dll │ │ ├── System.Net.NameResolution.dll │ │ ├── System.Net.NetworkInformation.dll │ │ ├── System.Net.Ping.dll │ │ ├── System.Net.Primitives.dll │ │ ├── System.Net.Requests.dll │ │ ├── System.Net.Security.dll │ │ ├── System.Net.Sockets.dll │ │ ├── System.Net.WebHeaderCollection.dll │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Net.WebSockets.dll │ │ ├── System.ObjectModel.dll │ │ ├── System.Reflection.Extensions.dll │ │ ├── System.Reflection.Primitives.dll │ │ ├── System.Reflection.dll │ │ ├── System.Resources.Reader.dll │ │ ├── System.Resources.ResourceManager.dll │ │ ├── System.Resources.Writer.dll │ │ ├── System.Runtime.CompilerServices.VisualC.dll │ │ ├── System.Runtime.Extensions.dll │ │ ├── System.Runtime.Handles.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── System.Runtime.InteropServices.dll │ │ ├── System.Runtime.Numerics.dll │ │ ├── System.Runtime.Serialization.Formatters.dll │ │ ├── System.Runtime.Serialization.Json.dll │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Xml.dll │ │ ├── System.Runtime.dll │ │ ├── System.Security.Claims.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Csp.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Security.Principal.dll │ │ ├── System.Security.SecureString.dll │ │ ├── System.Text.Encoding.Extensions.dll │ │ ├── System.Text.Encoding.dll │ │ ├── System.Text.RegularExpressions.dll │ │ ├── System.Threading.Overlapped.dll │ │ ├── System.Threading.Tasks.Parallel.dll │ │ ├── System.Threading.Tasks.dll │ │ ├── System.Threading.Thread.dll │ │ ├── System.Threading.ThreadPool.dll │ │ ├── System.Threading.Timer.dll │ │ ├── System.Threading.dll │ │ ├── System.ValueTuple.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XDocument.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── System.Xml.XPath.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── System.Xml.XmlSerializer.dll │ │ └── netstandard.dll ├── obj │ └── Debug │ │ ├── AzureServiceBus-TopicClient.csproj.AzureServiceBus-TopicClient.exe.config │ │ ├── AzureServiceBus-TopicClient.csproj.CopyComplete │ │ ├── AzureServiceBus-TopicClient.csproj.CoreCompileInputs.cache │ │ ├── AzureServiceBus-TopicClient.csproj.FileListAbsolute.txt │ │ ├── AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache │ │ ├── AzureServiceBus-TopicClient.exe │ │ ├── AzureServiceBus-TopicClient.pdb │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── packages.config └── packages ├── Microsoft.Azure.Amqp.2.3.5 ├── .signature.p7s ├── Microsoft.Azure.Amqp.2.3.5.nupkg └── lib │ ├── monoandroid │ └── Microsoft.Azure.Amqp.dll │ ├── net45 │ └── Microsoft.Azure.Amqp.dll │ ├── netstandard1.3 │ └── Microsoft.Azure.Amqp.dll │ ├── portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10 │ └── Microsoft.Azure.Amqp.dll │ └── uap10.0 │ ├── Microsoft.Azure.Amqp.dll │ └── Microsoft.Azure.Amqp.pri ├── Microsoft.Azure.ServiceBus.3.1.1 ├── .signature.p7s ├── Microsoft.Azure.ServiceBus.3.1.1.nupkg └── lib │ └── netstandard2.0 │ ├── Microsoft.Azure.ServiceBus.dll │ ├── Microsoft.Azure.ServiceBus.pdb │ └── Microsoft.Azure.ServiceBus.xml ├── Microsoft.Azure.Services.AppAuthentication.1.0.1 ├── Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg ├── build │ └── Microsoft.Azure.Services.AppAuthentication.targets └── lib │ ├── net452 │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ ├── Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json │ └── Microsoft.Azure.Services.AppAuthentication.xml │ └── netstandard1.4 │ ├── Microsoft.Azure.Services.AppAuthentication.dll │ ├── Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json │ └── Microsoft.Azure.Services.AppAuthentication.xml ├── Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2 ├── Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg └── lib │ ├── MonoAndroid7 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ ├── Xamarin.iOS10 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ ├── net45 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ ├── netcore45 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ ├── netstandard1.1 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ ├── netstandard1.3 │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml │ └── portable-net45+win │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml │ ├── Microsoft.IdentityModel.Clients.ActiveDirectory.dll │ └── Microsoft.IdentityModel.Clients.ActiveDirectory.xml ├── Microsoft.IdentityModel.Logging.5.2.2 ├── Microsoft.IdentityModel.Logging.5.2.2.nupkg └── lib │ ├── net45 │ ├── Microsoft.IdentityModel.Logging.dll │ ├── Microsoft.IdentityModel.Logging.pdb │ └── Microsoft.IdentityModel.Logging.xml │ ├── net451 │ ├── Microsoft.IdentityModel.Logging.dll │ ├── Microsoft.IdentityModel.Logging.pdb │ └── Microsoft.IdentityModel.Logging.xml │ └── netstandard1.4 │ ├── Microsoft.IdentityModel.Logging.dll │ ├── Microsoft.IdentityModel.Logging.pdb │ └── Microsoft.IdentityModel.Logging.xml ├── Microsoft.IdentityModel.Tokens.5.2.2 ├── Microsoft.IdentityModel.Tokens.5.2.2.nupkg └── lib │ ├── net45 │ ├── Microsoft.IdentityModel.Tokens.dll │ ├── Microsoft.IdentityModel.Tokens.pdb │ └── Microsoft.IdentityModel.Tokens.xml │ ├── net451 │ ├── Microsoft.IdentityModel.Tokens.dll │ ├── Microsoft.IdentityModel.Tokens.pdb │ └── Microsoft.IdentityModel.Tokens.xml │ └── netstandard1.4 │ ├── Microsoft.IdentityModel.Tokens.dll │ ├── Microsoft.IdentityModel.Tokens.pdb │ └── Microsoft.IdentityModel.Tokens.xml ├── Newtonsoft.Json.10.0.1 ├── Newtonsoft.Json.10.0.1.nupkg ├── lib │ ├── net20 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net35 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── net45 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── netstandard1.0 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── netstandard1.3 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ └── portable-net45+win8+wpa81+wp8 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml └── tools │ └── install.ps1 ├── System.Diagnostics.DiagnosticSource.4.4.1 ├── LICENSE.TXT ├── System.Diagnostics.DiagnosticSource.4.4.1.nupkg ├── THIRD-PARTY-NOTICES.TXT ├── lib │ ├── net45 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── net46 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── netstandard1.3 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ └── portable-net45+win8+wpa81 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml ├── ref │ └── netcoreapp2.0 │ │ └── _._ ├── useSharedDesignerContext.txt └── version.txt ├── System.IdentityModel.Tokens.Jwt.5.2.2 ├── System.IdentityModel.Tokens.Jwt.5.2.2.nupkg └── lib │ ├── net45 │ ├── System.IdentityModel.Tokens.Jwt.dll │ ├── System.IdentityModel.Tokens.Jwt.pdb │ └── System.IdentityModel.Tokens.Jwt.xml │ ├── net451 │ ├── System.IdentityModel.Tokens.Jwt.dll │ ├── System.IdentityModel.Tokens.Jwt.pdb │ └── System.IdentityModel.Tokens.Jwt.xml │ └── netstandard1.4 │ ├── System.IdentityModel.Tokens.Jwt.dll │ ├── System.IdentityModel.Tokens.Jwt.pdb │ └── System.IdentityModel.Tokens.Jwt.xml ├── System.Net.WebSockets.4.0.0 ├── System.Net.WebSockets.4.0.0.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Net.WebSockets.dll │ ├── netstandard1.3 │ │ └── System.Net.WebSockets.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── ref │ ├── MonoAndroid10 │ └── _._ │ ├── MonoTouch10 │ └── _._ │ ├── net46 │ └── System.Net.WebSockets.dll │ ├── netstandard1.3 │ ├── System.Net.WebSockets.dll │ ├── System.Net.WebSockets.xml │ ├── de │ │ └── System.Net.WebSockets.xml │ ├── es │ │ └── System.Net.WebSockets.xml │ ├── fr │ │ └── System.Net.WebSockets.xml │ ├── it │ │ └── System.Net.WebSockets.xml │ ├── ja │ │ └── System.Net.WebSockets.xml │ ├── ko │ │ └── System.Net.WebSockets.xml │ ├── ru │ │ └── System.Net.WebSockets.xml │ ├── zh-hans │ │ └── System.Net.WebSockets.xml │ └── zh-hant │ │ └── System.Net.WebSockets.xml │ ├── xamarinios10 │ └── _._ │ ├── xamarinmac20 │ └── _._ │ ├── xamarintvos10 │ └── _._ │ └── xamarinwatchos10 │ └── _._ ├── System.Net.WebSockets.Client.4.0.2 ├── System.Net.WebSockets.Client.4.0.2.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Net.WebSockets.Client.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Net.WebSockets.Client.dll │ ├── netstandard1.3 │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Net.WebSockets.Client.xml │ │ ├── de │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── es │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── fr │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── it │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── ja │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── ko │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── ru │ │ │ └── System.Net.WebSockets.Client.xml │ │ ├── zh-hans │ │ │ └── System.Net.WebSockets.Client.xml │ │ └── zh-hant │ │ │ └── System.Net.WebSockets.Client.xml │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── runtimes │ ├── unix │ └── lib │ │ └── netstandard1.3 │ │ └── System.Net.WebSockets.Client.dll │ └── win │ └── lib │ ├── net46 │ └── System.Net.WebSockets.Client.dll │ ├── netcore50 │ └── System.Net.WebSockets.Client.dll │ └── netstandard1.3 │ └── System.Net.WebSockets.Client.dll ├── System.Runtime.Serialization.Primitives.4.1.1 ├── System.Runtime.Serialization.Primitives.4.1.1.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net45 │ │ └── _._ │ ├── net46 │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── netcore50 │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── netstandard1.3 │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── portable-net45+win8+wp8+wpa81 │ │ └── _._ │ ├── win8 │ │ └── _._ │ ├── wp80 │ │ └── _._ │ ├── wpa81 │ │ └── _._ │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net45 │ │ └── _._ │ ├── net46 │ │ └── System.Runtime.Serialization.Primitives.dll │ ├── netcore50 │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Primitives.xml │ │ ├── de │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── es │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── fr │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── it │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ja │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ko │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ru │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── zh-hans │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ └── zh-hant │ │ │ └── System.Runtime.Serialization.Primitives.xml │ ├── netstandard1.0 │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Primitives.xml │ │ ├── de │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── es │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── fr │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── it │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ja │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ko │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ru │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── zh-hans │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ └── zh-hant │ │ │ └── System.Runtime.Serialization.Primitives.xml │ ├── netstandard1.3 │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Primitives.xml │ │ ├── de │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── es │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── fr │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── it │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ja │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ko │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── ru │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ ├── zh-hans │ │ │ └── System.Runtime.Serialization.Primitives.xml │ │ └── zh-hant │ │ │ └── System.Runtime.Serialization.Primitives.xml │ ├── portable-net45+win8+wp8+wpa81 │ │ └── _._ │ ├── win8 │ │ └── _._ │ ├── wp80 │ │ └── _._ │ ├── wpa81 │ │ └── _._ │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── runtimes │ └── aot │ └── lib │ └── netcore50 │ └── System.Runtime.Serialization.Primitives.dll ├── System.Security.Cryptography.Algorithms.4.2.0 ├── System.Security.Cryptography.Algorithms.4.2.0.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── net461 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── net463 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── net461 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── net463 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── netstandard1.3 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── netstandard1.4 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── netstandard1.6 │ │ └── System.Security.Cryptography.Algorithms.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── runtimes │ ├── unix │ └── lib │ │ └── netstandard1.6 │ │ └── System.Security.Cryptography.Algorithms.dll │ └── win │ └── lib │ ├── net46 │ └── System.Security.Cryptography.Algorithms.dll │ ├── net461 │ └── System.Security.Cryptography.Algorithms.dll │ ├── net463 │ └── System.Security.Cryptography.Algorithms.dll │ ├── netcore50 │ └── System.Security.Cryptography.Algorithms.dll │ └── netstandard1.6 │ └── System.Security.Cryptography.Algorithms.dll ├── System.Security.Cryptography.Encoding.4.0.0 ├── System.Security.Cryptography.Encoding.4.0.0.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Security.Cryptography.Encoding.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ ├── ref │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Security.Cryptography.Encoding.dll │ ├── netstandard1.3 │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Encoding.xml │ │ ├── de │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── es │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── fr │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── it │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── ja │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── ko │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── ru │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ ├── zh-hans │ │ │ └── System.Security.Cryptography.Encoding.xml │ │ └── zh-hant │ │ │ └── System.Security.Cryptography.Encoding.xml │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── runtimes │ ├── unix │ └── lib │ │ └── netstandard1.3 │ │ └── System.Security.Cryptography.Encoding.dll │ └── win │ └── lib │ ├── net46 │ └── System.Security.Cryptography.Encoding.dll │ └── netstandard1.3 │ └── System.Security.Cryptography.Encoding.dll ├── System.Security.Cryptography.Primitives.4.0.0 ├── System.Security.Cryptography.Primitives.4.0.0.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib │ ├── MonoAndroid10 │ │ └── _._ │ ├── MonoTouch10 │ │ └── _._ │ ├── net46 │ │ └── System.Security.Cryptography.Primitives.dll │ ├── netstandard1.3 │ │ └── System.Security.Cryptography.Primitives.dll │ ├── xamarinios10 │ │ └── _._ │ ├── xamarinmac20 │ │ └── _._ │ ├── xamarintvos10 │ │ └── _._ │ └── xamarinwatchos10 │ │ └── _._ └── ref │ ├── MonoAndroid10 │ └── _._ │ ├── MonoTouch10 │ └── _._ │ ├── net46 │ └── System.Security.Cryptography.Primitives.dll │ ├── netstandard1.3 │ └── System.Security.Cryptography.Primitives.dll │ ├── xamarinios10 │ └── _._ │ ├── xamarinmac20 │ └── _._ │ ├── xamarintvos10 │ └── _._ │ └── xamarinwatchos10 │ └── _._ └── System.Security.Cryptography.X509Certificates.4.1.0 ├── System.Security.Cryptography.X509Certificates.4.1.0.nupkg ├── ThirdPartyNotices.txt ├── dotnet_library_license.txt ├── lib ├── MonoAndroid10 │ └── _._ ├── MonoTouch10 │ └── _._ ├── net46 │ └── System.Security.Cryptography.X509Certificates.dll ├── net461 │ └── System.Security.Cryptography.X509Certificates.dll ├── xamarinios10 │ └── _._ ├── xamarinmac20 │ └── _._ ├── xamarintvos10 │ └── _._ └── xamarinwatchos10 │ └── _._ ├── ref ├── MonoAndroid10 │ └── _._ ├── MonoTouch10 │ └── _._ ├── net46 │ └── System.Security.Cryptography.X509Certificates.dll ├── net461 │ └── System.Security.Cryptography.X509Certificates.dll ├── netstandard1.3 │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.X509Certificates.xml │ ├── de │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── es │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── fr │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── it │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ja │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ko │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ru │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── zh-hans │ │ └── System.Security.Cryptography.X509Certificates.xml │ └── zh-hant │ │ └── System.Security.Cryptography.X509Certificates.xml ├── netstandard1.4 │ ├── System.Security.Cryptography.X509Certificates.dll │ ├── System.Security.Cryptography.X509Certificates.xml │ ├── de │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── es │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── fr │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── it │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ja │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ko │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── ru │ │ └── System.Security.Cryptography.X509Certificates.xml │ ├── zh-hans │ │ └── System.Security.Cryptography.X509Certificates.xml │ └── zh-hant │ │ └── System.Security.Cryptography.X509Certificates.xml ├── xamarinios10 │ └── _._ ├── xamarinmac20 │ └── _._ ├── xamarintvos10 │ └── _._ └── xamarinwatchos10 │ └── _._ └── runtimes ├── unix └── lib │ └── netstandard1.6 │ └── System.Security.Cryptography.X509Certificates.dll └── win └── lib ├── net46 └── System.Security.Cryptography.X509Certificates.dll ├── net461 └── System.Security.Cryptography.X509Certificates.dll ├── netcore50 └── System.Security.Cryptography.X509Certificates.dll └── netstandard1.6 └── System.Security.Cryptography.X509Certificates.dll /.vs/AzureServiceBus-Topic/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/.vs/AzureServiceBus-Topic/v15/.suo -------------------------------------------------------------------------------- /.vs/AzureServiceBus-Topic/v15/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/.vs/AzureServiceBus-Topic/v15/sqlite3/storage.ide -------------------------------------------------------------------------------- /AzureServiceBus-Topic.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic.sln -------------------------------------------------------------------------------- /AzureServiceBus-Topic/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/App.config -------------------------------------------------------------------------------- /AzureServiceBus-Topic/AzureServiceBus-Topic.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/AzureServiceBus-Topic.csproj -------------------------------------------------------------------------------- /AzureServiceBus-Topic/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/Program.cs -------------------------------------------------------------------------------- /AzureServiceBus-Topic/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.exe.config -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/AzureServiceBus-Topic.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.ServiceBus.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Azure.Services.AppAuthentication.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Logging.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.IdentityModel.Tokens.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.AppContext.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Collections.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ComponentModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Console.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Data.Common.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Globalization.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Compression.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.Pipes.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IO.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.IdentityModel.Tokens.Jwt.xml -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Linq.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Http.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Ping.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Requests.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Security.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.Sockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ObjectModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Reflection.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.Reader.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Resources.Writer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Claims.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.Principal.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Security.SecureString.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Thread.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.Timer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Threading.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XPath.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/bin/Debug/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/bin/Debug/netstandard.dll -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.AzureServiceBus-Topic.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.AzureServiceBus-Topic.exe.config -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | e4a559293a6ef8e57fbcba745bf2847fff1e14b8 2 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.exe -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/AzureServiceBus-Topic.pdb -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-Topic/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-Topic/packages.config -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/App.config -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/AzureServiceBus-TopicClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/AzureServiceBus-TopicClient.csproj -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/Program.cs -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.exe.config -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/AzureServiceBus-TopicClient.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.ServiceBus.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Azure.Services.AppAuthentication.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Logging.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.IdentityModel.Tokens.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.AppContext.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Collections.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ComponentModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Console.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Data.Common.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Globalization.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Compression.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.Pipes.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IO.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.IdentityModel.Tokens.Jwt.xml -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Linq.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Http.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Ping.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Requests.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Security.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.Sockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ObjectModel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Reflection.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.Reader.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Resources.Writer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Runtime.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Claims.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.Principal.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Security.SecureString.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.Encoding.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Thread.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.Timer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Threading.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.ValueTuple.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XPath.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/bin/Debug/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/bin/Debug/netstandard.dll -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.AzureServiceBus-TopicClient.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.AzureServiceBus-TopicClient.exe.config -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7aef8563f5dcc3ee3fb1569278b76a8e740eeee3 2 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.exe -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/AzureServiceBus-TopicClient.pdb -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AzureServiceBus-TopicClient/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/AzureServiceBus-TopicClient/packages.config -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/.signature.p7s -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/Microsoft.Azure.Amqp.2.3.5.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/Microsoft.Azure.Amqp.2.3.5.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/monoandroid/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/monoandroid/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/net45/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/net45/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/netstandard1.3/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/netstandard1.3/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Amqp.2.3.5/lib/uap10.0/Microsoft.Azure.Amqp.pri -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/.signature.p7s -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/Microsoft.Azure.ServiceBus.3.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/Microsoft.Azure.ServiceBus.3.1.1.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.pdb -------------------------------------------------------------------------------- /packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.ServiceBus.3.1.1/lib/netstandard2.0/Microsoft.Azure.ServiceBus.xml -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/Microsoft.Azure.Services.AppAuthentication.1.0.1.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/build/Microsoft.Azure.Services.AppAuthentication.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/build/Microsoft.Azure.Services.AppAuthentication.targets -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": {} 3 | } -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/net452/Microsoft.Azure.Services.AppAuthentication.xml -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.dll -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": {} 3 | } -------------------------------------------------------------------------------- /packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.Azure.Services.AppAuthentication.1.0.1/lib/netstandard1.4/Microsoft.Azure.Services.AppAuthentication.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/MonoAndroid7/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/Xamarin.iOS10/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netcore45/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.1/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/netstandard1.3/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.17.2/lib/portable-net45+win/Microsoft.IdentityModel.Clients.ActiveDirectory.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/Microsoft.IdentityModel.Logging.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/Microsoft.IdentityModel.Logging.5.2.2.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net45/Microsoft.IdentityModel.Logging.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/net451/Microsoft.IdentityModel.Logging.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Logging.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/Microsoft.IdentityModel.Tokens.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/Microsoft.IdentityModel.Tokens.5.2.2.nupkg -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net45/Microsoft.IdentityModel.Tokens.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/net451/Microsoft.IdentityModel.Tokens.xml -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.pdb -------------------------------------------------------------------------------- /packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Microsoft.IdentityModel.Tokens.5.2.2/lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/Newtonsoft.Json.10.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/Newtonsoft.Json.10.0.1.nupkg -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net20/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net35/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net40/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/net45/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/netstandard1.3/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.10.0.1/tools/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/Newtonsoft.Json.10.0.1/tools/install.ps1 -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/LICENSE.TXT -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/System.Diagnostics.DiagnosticSource.4.4.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/System.Diagnostics.DiagnosticSource.4.4.1.nupkg -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net45/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/net46/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Diagnostics.DiagnosticSource.4.4.1/lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.1/version.txt: -------------------------------------------------------------------------------- 1 | 8321c729934c0f8be754953439b88e6e1c120c24 2 | -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/System.IdentityModel.Tokens.Jwt.5.2.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/System.IdentityModel.Tokens.Jwt.5.2.2.nupkg -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net45/System.IdentityModel.Tokens.Jwt.xml -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/net451/System.IdentityModel.Tokens.Jwt.xml -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.pdb -------------------------------------------------------------------------------- /packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.IdentityModel.Tokens.Jwt.5.2.2/lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/System.Net.WebSockets.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/System.Net.WebSockets.4.0.0.nupkg -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/net46/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/lib/net46/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/netstandard1.3/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/lib/netstandard1.3/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/net46/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/net46/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/de/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/de/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/es/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/es/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/fr/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/fr/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/it/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/it/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ja/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ja/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ko/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ko/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ru/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/ru/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.4.0.0/ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/System.Net.WebSockets.Client.4.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/System.Net.WebSockets.Client.4.0.2.nupkg -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/lib/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/de/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/de/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/es/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/es/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/fr/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/fr/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/it/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/it/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ja/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ja/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ko/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ko/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ru/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/ru/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/zh-hans/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/zh-hans/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/zh-hant/System.Net.WebSockets.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/ref/netstandard1.3/zh-hant/System.Net.WebSockets.Client.xml -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/net46/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/net46/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netstandard1.3/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Net.WebSockets.Client.4.0.2/runtimes/win/lib/netstandard1.3/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/System.Runtime.Serialization.Primitives.4.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/System.Runtime.Serialization.Primitives.4.1.1.nupkg -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/net46/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/net46/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/de/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/es/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/it/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/portable-net45+win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Runtime.Serialization.Primitives.4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Runtime.Serialization.Primitives.4.1.1/runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/System.Security.Cryptography.Algorithms.4.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/System.Security.Cryptography.Algorithms.4.2.0.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/lib/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Algorithms.4.2.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/System.Security.Cryptography.Encoding.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/System.Security.Cryptography.Encoding.4.0.0.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/lib/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Encoding.4.0.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/System.Security.Cryptography.Primitives.4.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/System.Security.Cryptography.Primitives.4.0.0.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/lib/net46/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/lib/netstandard1.3/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.Primitives.4.0.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.Primitives.4.0.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/System.Security.Cryptography.X509Certificates.4.1.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/System.Security.Cryptography.X509Certificates.4.1.0.nupkg -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ThirdPartyNotices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ThirdPartyNotices.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/dotnet_library_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/dotnet_library_license.txt -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/lib/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/MonoAndroid10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/MonoTouch10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinios10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinmac20/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarintvos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/ref/xamarinwatchos10/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshayblevel/Azure-ServiceBus-Topic/HEAD/packages/System.Security.Cryptography.X509Certificates.4.1.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll --------------------------------------------------------------------------------