File tree Expand file tree Collapse file tree
Messaging/Xamarin.Messaging.Build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <Skip Include =" tools\msbuild\iOS\ws2_32.dll" />
1717 <!-- Broker.zip -->
1818 <Skip Include =" Broker\Newtonsoft.Json.dll" />
19- <Skip Include =" Broker\System.Net.Mqtt.dll" />
20- <Skip Include =" Broker\System.Net.Mqtt.Server.dll" />
19+ <Skip Include =" Broker\MQTTnet.dll" />
2120 <Skip Include =" Broker\System.Reactive.dll" />
2221 <Skip Include =" Broker\System.Runtime.CompilerServices.Unsafe.dll" />
2322 <Skip Include =" Broker\System.Security.Cryptography.ProtectedData.dll" />
Original file line number Diff line number Diff line change 1515 https://dev.azure.com/azure-public/vside/_artifacts/feed/xamarin-impl/NuGet/Xamarin.Messaging.Client/
1616
1717 -->
18- <MessagingVersion Condition =" '$(MessagingVersion)' == ''" >[2.2.10 ]</MessagingVersion >
18+ <MessagingVersion Condition =" '$(MessagingVersion)' == ''" >[3.0.13 ]</MessagingVersion >
1919 <HotRestartVersion >[1.1.7]</HotRestartVersion >
2020 </PropertyGroup >
2121 <Import Project =" $(MSBuildThisFileDirectory)../Directory.Build.props" />
Original file line number Diff line number Diff line change 4040 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.ComponentModel.Annotations'" />
4141 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.ComponentModel.Composition'" />
4242 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Diagnostics.Tracer'" />
43- <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Net.Mqtt'" />
44- <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Net.Mqtt.Server'" />
43+ <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'MQTTnet'" />
4544 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Reactive'" />
4645 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Security.Cryptography.ProtectedData'" />
4746 <MergedAssemblies Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Text.Encoding.CodePages'" />
Original file line number Diff line number Diff line change 1616 <assemblyIdentity name =" Newtonsoft.Json" publicKeyToken =" 30ad4fe6b2a6aeed" culture =" neutral" />
1717 <bindingRedirect oldVersion =" 0.0.0.0-8.0.0.0" newVersion =" 8.0.0.0" />
1818 </dependentAssembly >
19- <dependentAssembly >
20- <assemblyIdentity name =" System.Net.Mqtt" publicKeyToken =" ac60ebe5a5220e27" culture =" neutral" />
21- <bindingRedirect oldVersion =" 0.0.0.0-0.2.274.0" newVersion =" 0.2.274.0" />
22- </dependentAssembly >
2319 </assemblyBinding >
2420 </runtime >
2521</configuration >
Original file line number Diff line number Diff line change 77using Xamarin . Messaging . Build . Client ;
88using System . Security ;
99using System . Reactive . Linq ;
10+ using Xamarin . Messaging . Ssh ;
1011
1112// Disable until we get around to enable + fix any issues.
1213#nullable disable
Original file line number Diff line number Diff line change 4848
4949 <Import Project =" $(MSBuildThisFileDirectory)..\ILMerge.targets" />
5050
51- <!-- Replaces the ProtectedData assembly by the runtime implementation -->
5251 <Target Name =" CopyRuntimeAssemblies" BeforeTargets =" ILRepack" >
5352 <ItemGroup >
5453 <ReferenceCopyLocalToRemove Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(FileName)' == 'System.Text.Encoding.CodePages'" />
55- <ReferenceCopyLocalToRemove Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(FileName)' == 'System.Security.Cryptography.ProtectedData'" />
56-
57- <ReferenceCopyLocalPaths Remove =" @(ReferenceCopyLocalToRemove)" />
58-
5954 <ReferencePathToRemove Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Text.Encoding.CodePages'" />
60- <ReferencePathToRemove Include =" @(ReferencePath)" Condition =" '%(FileName)' == 'System.Security.Cryptography.ProtectedData'" />
6155
56+ <ReferenceCopyLocalPaths Remove =" @(ReferenceCopyLocalToRemove)" />
6257 <ReferencePath Remove =" @(ReferencePathToRemove)" />
6358
6459 <ReferencePathToAdd Include =" @(RuntimeTargetsCopyLocalItems)" Condition =" '%(RuntimeIdentifier)' == 'win' And '%(FileName)' == 'System.Text.Encoding.CodePages'" />
65- <ReferencePathToAdd Include =" @(RuntimeTargetsCopyLocalItems)" Condition =" '%(RuntimeIdentifier)' == 'win' And '%(FileName)' == 'System.Security.Cryptography.ProtectedData'" />
6660
6761 <ReferencePath Include =" @(ReferencePathToAdd)" >
6862 <DestinationSubDirectory />
You can’t perform that action at this time.
0 commit comments