Skip to content

Commit cbfebb0

Browse files
committed
[msbuild] Bump messaging to get a fix for always closing the remote connection if a connection was established.
This fixes a problem where a command-line build would hang because the remote connection would stay alive even after the build was completed.
1 parent 6dcd132 commit cbfebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
https://dev.azure.com/azure-public/vside/_artifacts/feed/xamarin-impl/NuGet/Xamarin.Messaging.Client/
1616
1717
-->
18-
<MessagingVersion Condition="'$(MessagingVersion)' == ''">[18.1.4-g269e166fc3]</MessagingVersion>
18+
<MessagingVersion Condition="'$(MessagingVersion)' == ''">[18.1.49-gfb8e1a6a31]</MessagingVersion>
1919
</PropertyGroup>
2020
<Import Project="$(MSBuildThisFileDirectory)../Directory.Build.props" />
2121
</Project>

0 commit comments

Comments
 (0)